5d3a555d8f708cd9d1748180b8b3d33b52bcf48f
[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