[project @ 1999-06-09 09:35:54 by simonpj]
[ghc-hetmet.git] / ghc / tests / reader / should_fail / expr001.stderr
1
2 ==================== Reader ====================
3 module Test where
4 {- rec -}
5 f x = x zp (if c then 1 else 2)
6 f x = x zp 1 :: Int
7
8
9
10 expr001.hs:11: Variable not in scope: `c'
11
12 Compilation had errors
13