From: Chris Barker Date: Sat, 2 Oct 2010 00:43:47 +0000 (-0400) Subject: edit X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=dfdce519e09f58f49a5b73c5ebcfb5cddd31eda4 edit --- diff --git a/temp b/temp deleted file mode 100644 index 46f37af2..00000000 --- a/temp +++ /dev/null @@ -1,13 +0,0 @@ -let empty = (\f (\z z)) in -let ml = (\h (\t (\f (\z ((f h) ((t f) z)))))) in -let list = ((ml a) ((ml b) ((ml c) ((ml d) ((ml e) empty))))) in -let map = (\f (\l (l (\h (\t ((ml (f h)) t)))))) in - -( - -list - -((map (\x x)) list) - -) -