[project @ 2001-03-29 14:33:37 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc113.hs
index b503aef..38e7974 100644 (file)
@@ -1,6 +1,6 @@
 -- !!! Monomorphism restriction
 
-module ShouldCompile
+module ShouldCompile where
 
 foo :: Eq a => a -> b -> b
 foo x y = y