[project @ 1997-12-16 16:27:38 by simonm]
[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