edit
authorChris Barker <barker@kappa.(none)>
Sat, 2 Oct 2010 00:43:47 +0000 (20:43 -0400)
committerChris Barker <barker@kappa.(none)>
Sat, 2 Oct 2010 00:43:47 +0000 (20:43 -0400)
temp [deleted file]

diff --git a/temp b/temp
deleted file mode 100644 (file)
index 46f37af..0000000
--- 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)
-
-)
-