[project @ 1997-09-24 11:08:42 by simonm]
[ghc-hetmet.git] / ghc / tests / reader / should_fail / expr001.stderr
index 3d44bd2..9591374 100644 (file)
@@ -1,13 +1,10 @@
-
-
-================================================================================
-Reader:
+==================== Reader ====================
 module Main where
 {- rec -}
 f x = x + (if c then 1 else 2)
 f x = x + 1 :: Int
+
  
 expr001.hs:10: Value not in scope: `c'
 
-
 Compilation had errors