954d4617ac7a71bd55916daf3e28caf0e9d765c8
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail012.stderr
1  
2 tcfail012.hs:3: Couldn't match the type `[talB]' against `Bool'
3     Expected: `[talB]'
4     Inferred: `Bool'
5     In a pattern binding: `True = []'
6
7 Compilation had errors