[project @ 1997-05-26 05:48:07 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / stranal / test.lhs
index d1e1925..f89509a 100644 (file)
@@ -1,3 +1,4 @@
+> module Test where
 > data LList t = Nill | Conss t (LList t)
 > data BBool = TTrue | FFalse