feat: it works!

This commit is contained in:
2025-12-27 23:51:04 -05:00
parent f038d0a685
commit f4897d53a9
3 changed files with 50 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ left p := (p true)
false p := (p false)
zero 0 1 x := x
print n := (n 0 1 end)
inc n := \0 1 x.{
initial := (pair true x)
@@ -15,4 +16,4 @@ inc n := \0 1 x.{
(n onZero onOne initial)
}
inc
(print zero)