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