The Wayback Machine - https://web.archive.org/web/20220207223952/https://github.com/explore
Skip to content

Here's what's popular on GitHub today...

Atom logo

Popular topic

Atom is a open source text editor built with web technologies.
Codecov | Code Coverage screenshot

App recommended by GitHub

Codecov | Code Coverage

Codecov provides highly integrated tools to group, merge, archive and compare coverage reports.

  1. Uploads coverage reports from your CI
  2. Merges all builds and languages into one beautiful, coherent report.
  3. Displays coverage data in GitHub Files tab

Is your team using GitHub Enterprise? If so, check out Codecov Self-Hosted.

Do you have less than 5 users in your organization? You can sign up for free on codecov.io.

Trending repository

Trending repository

Trending repository

Quelklef
Quelklef commented Feb 5, 2022
(App f x) = (f x)
(Succ x) = (+ x 1)
(Main) = (Pair (App Succ 0) (App @x(Succ x) 0))

This HVM code reduces (Main) to (Pair ((Succ) 0) 1). I would intuitively expect (Pair 1 1).

My understanding for this is that in (App Succ 0), the expression Succ is actually shorthand for (Succ), so we have (App (Succ) 0) which reduces to ((Succ) 0) which does not reduce.

Woul

App recommended by GitHub

GitKraken Boards

GitKraken Boards will sunset at the end of 2022. Read the full announcement to learn more.

GitKraken Boards syncs in real-time with GitHub Issues and GitHub Milestones so changes made in either system are immediately reflected in the other. Link cards to GitHub pull requests, check PR statuses, auto-update cards based on PR statuses and view build statuses without leaving GitKraken Boards.