5491de93c56035bcb7a936bf4b504a343883b221
[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