[project @ 1998-08-25 18:07:57 by sof]
[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