feat: stuff
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
0 := \f x.x
|
||||
inc n := \f x.(f (n f x))
|
||||
inc n := \f x.f (n f x)
|
||||
add n m := m inc n
|
||||
mult n m := m (n f)
|
||||
exp m n := m n
|
||||
|
||||
@@ -12,5 +12,5 @@
|
||||
)
|
||||
\n f x.(f (n f x))
|
||||
)
|
||||
\f x.x
|
||||
\f x.((((((x))))))
|
||||
)
|
||||
Reference in New Issue
Block a user