[project @ 2003-07-31 17:45:22 by ross]
[ghc-base.git] / Text / ParserCombinators / Parsec / examples / Mondrian / Main.hs
diff --git a/Text/ParserCombinators/Parsec/examples/Mondrian/Main.hs b/Text/ParserCombinators/Parsec/examples/Mondrian/Main.hs
deleted file mode 100644 (file)
index 3073a76..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
------------------------------------------------------------
--- Daan Leijen (c) 1999-2000, daan@cs.uu.nl
------------------------------------------------------------
-module Main where
-
-import MonParser (prettyFile)
-
-
-main    :: IO ()
-main   = prettyFile "prelude.m"