[project @ 1999-12-29 14:46:29 by simonpj]
[ghc-hetmet.git] / ghc / tests / reader / should_fail / read007.stderr
index 6269bd6..5163574 100644 (file)
@@ -1,10 +1,9 @@
 
 ==================== Parser ====================
 module ShouldFail where
-{- rec -}
 f :: {- implicit forall -} Int -> IO Int
 f x = do
-       (2 zp 2) <- 2
+       (2 + 2) <- 2
        return x