[project @ 1996-07-26 20:58:52 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_fail / tcfail031.hs
index c81ced8..6b9a0de 100644 (file)
@@ -1,2 +1,3 @@
+module ShouldFail where
 
 f x = if 'a' then 1 else 2
 
 f x = if 'a' then 1 else 2