[project @ 2001-03-29 14:33:37 by simonmar]
authorsimonmar <unknown>
Thu, 29 Mar 2001 14:33:37 +0000 (14:33 +0000)
committersimonmar <unknown>
Thu, 29 Mar 2001 14:33:37 +0000 (14:33 +0000)
this must never have been tested, it had a parse error

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