[project @ 1998-02-03 11:24:18 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail013.stderr
1  
2 tcfail013.hs:4:
3     Couldn't match the type `[aG8]' against `Bool'
4         Expected: Bool
5         Inferred: [aG8]
6         In an equation for function `f': f True = 2
7
8
9 Compilation had errors