[project @ 1997-09-05 14:11:05 by simonm]
[ghc-hetmet.git] / ghc / tests / reader / should_fail / expr001.stderr
1
2
3 ================================================================================
4 Reader:
5 module Main where
6 {- rec -}
7 f x = x + (if c then 1 else 2)
8 f x = x + 1 :: Int
9  
10 expr001.hs:10: Value not in scope: `c'
11
12
13 Compilation had errors