[project @ 2003-07-31 17:45:22 by ross]
[ghc-base.git] / Text / ParserCombinators / Parsec / examples / Mondrian / test.m
diff --git a/Text/ParserCombinators/Parsec/examples/Mondrian/test.m b/Text/ParserCombinators/Parsec/examples/Mondrian/test.m
deleted file mode 100644 (file)
index 3777e0d..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-package Koe
-{
-Id =\x -> /* multi-line
-Comment_ */ x // the identity function
-;
-K = \x -> \y_ -> x
-
-;fac = \n -> 
-  case n of
-    { n -> n
-    ; n -> let { m = minus n 1 } in times n (fac m)
-    }    
-; class Hi extends Mondrian { x = 2}
-}