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