[project @ 1998-04-30 20:31:10 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail013.stderr
1  
2 tcfail013.hs:4:
3     Couldn't match the type `[aNb]' against `Bool'
4     Expected: Bool
5     Inferred: [aNb]
6     In an equation for function `f': f True = 2
7
8
9 Compilation had errors