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