[project @ 2000-05-16 14:03:14 by rrt]
[ghc-hetmet.git] / ghc / tests / reader / should_fail / read007.stderr
index 5163574..1c3cb49 100644 (file)
@@ -1,13 +1,4 @@
 
-==================== Parser ====================
-module ShouldFail where
-f :: {- implicit forall -} Int -> IO Int
-f x = do
-       (2 + 2) <- 2
-       return x
-
-
-
 read007.hs:6:
     `+' is not a data constructor
     In the pattern: 2 + 2