[project @ 1997-05-26 05:48:07 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / stranal / fun.lhs
index d86208b..8ab0832 100644 (file)
@@ -1,3 +1,4 @@
+> module Test where
 > data Fun = MkFun (Fun -> Fun)
 > data LList a = Nill | Conss a (LList a)