tweaked arithmetic
authorJim Pryor <profjim@jimpryor.net>
Thu, 30 Sep 2010 18:04:34 +0000 (14:04 -0400)
committerJim Pryor <profjim@jimpryor.net>
Thu, 30 Sep 2010 18:04:34 +0000 (14:04 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
arithmetic.mdwn

index dd59863..74a354d 100644 (file)
@@ -1,3 +1,4 @@
+Here are a bunch of pre-tested operations for the untyped lambda calculus. In some cases multiple versions are offered.
 
        ; booleans
        let true = \y n. y  in ; aka K
 
        ; booleans
        let true = \y n. y  in ; aka K