[project @ 1997-05-26 05:48:07 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / stranal / ins.lhs
index 120b46f..71f8ce2 100644 (file)
@@ -1,6 +1,7 @@
 TEST OF DEFACTORISATION FOR FUNCTIONS THAT DROP 
              POLYMORPHIC VARIABLES
 
+> module Test where
 > data Boolean = FF | TT
 > data Pair a b = MkPair a b
 > data LList alpha = Nill | Conss alpha (LList alpha)