[project @ 2001-08-23 10:53:46 by simonmar]
[ghc-hetmet.git] / ghc / tests / specialise / clausify003 / Main.hs
diff --git a/ghc/tests/specialise/clausify003/Main.hs b/ghc/tests/specialise/clausify003/Main.hs
deleted file mode 100644 (file)
index b22d92c..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-module Main ( main ) where
-
-import PreludeClausify (clausify)
-
--- the main program: reads stdin and writes stdout
-main = scc "CAF:main" 
-    do
-       input <- getContents
-       putStr (clausify input)