Skip to content

Instantly share code, notes, and snippets.

@b0oh
Created April 24, 2019 13:39
Show Gist options
  • Select an option

  • Save b0oh/ea0c7b777cd51c2212fe5f8b8d7fd139 to your computer and use it in GitHub Desktop.

Select an option

Save b0oh/ea0c7b777cd51c2212fe5f8b8d7fd139 to your computer and use it in GitHub Desktop.
((@fun (zero)
((@fun (inc)
(inc zero))
(@fun (nat next init)
(next
(nat next init)))))
(@fun (_next init)
init))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment