[project @ 1997-11-12 16:55:57 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail013.stderr
1  
2 tcfail013.hs:4: Couldn't match the type `[taEE]' against `Bool'
3     Expected: `Bool'
4     Inferred: `[taEE]'
5     In an equation for function `f': `f True = 2'
6
7 Compilation had errors