[project @ 1997-05-26 05:48:07 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / stranal / goo.lhs
index ddf666b..c58b998 100644 (file)
@@ -1,3 +1,4 @@
+> module Test where
 > data Goo a = Gsimpl | Gcompl ([Goo a]) 
 > data Moo a b = Msimple | Mcompl (Moo b a)