[project @ 1997-05-26 05:48:07 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / stranal / unu.lhs
index 3932285..da6370c 100644 (file)
@@ -1,3 +1,4 @@
+> module Test where
 > data Boolean = FF | TT
 > data Pair a b = Mkpair a b
 > data LList alpha = Nill | Conss alpha (LList alpha)