Created
January 3, 2019 08:24
-
-
Save haitlahcen/8fbd45d0ffc6a2c316204cd4cf981511 to your computer and use it in GitHub Desktop.
Boehm berrarduci nat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (Lam Nat:*. | |
| Lam s:Nat -> Nat. | |
| Lam z:Nat. | |
| Lam fold:Nat -> Pi R:*. (R -> R) -> R -> R. | |
| Lam A:*. | |
| Lam x:A. | |
| fold (s (s (s (s z)))) A (Lam x:A. x) x) | |
| (Pi Nat:*. (Nat -> Nat) -> Nat -> Nat) | |
| (Lam Number:Pi N:*. (N -> N) -> N -> N. | |
| Lam Nat:*. | |
| Lam s: Nat -> Nat. | |
| Lam z: Nat. | |
| s (Number Nat s z)) | |
| (Lam Nat:*. | |
| Lam s: Nat -> Nat. | |
| Lam z: Nat. | |
| z) | |
| (Lam Number:Pi N:*. (N -> N) -> N -> N. Number) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment