[project @ 2003-07-31 17:45:22 by ross]
[ghc-base.git] / Text / ParserCombinators / Parsec / examples / tiger / Main.hs
diff --git a/Text/ParserCombinators/Parsec/examples/tiger/Main.hs b/Text/ParserCombinators/Parsec/examples/tiger/Main.hs
deleted file mode 100644 (file)
index 0029171..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-{---------------------------------------------------------------
-Daan Leijen (c) 2001.  daan@cs.uu.nl
-
-$Revision: 1.1 $
-$Author: panne $
-$Date: 2002/05/31 12:22:35 $
----------------------------------------------------------------}
-module Main where
-
-import Tiger( prettyTigerFromFile )
-
-main  = prettyTigerFromFile "fac.tig"