[project @ 1997-05-26 05:48:07 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / stranal / syn.lhs
index 00da926..59d6bac 100644 (file)
@@ -1,5 +1,6 @@
 THIS TEST IS FOR TYPE SYNONIMS AND FACTORISATION IN THEIR PRESENCE.
 
+> module Test where
 > data M a = A | B a (M a)
 > data L a = N | C a (Syn a)
 > type Syn b = L b