[project @ 1997-12-16 17:15:04 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail012.stderr
1  
2 tcfail012.hs:3: Couldn't match the type `[tala]' against `Bool'
3     Expected: `[tala]'
4     Inferred: `Bool'
5     In a pattern binding: `True = []'
6
7 Compilation had errors