ea50af117fcdcc26cf07653db1442b242d409147
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail012.stderr
1
2 tcfail012.hs:3:
3     Couldn't match `Bool' against `[t]'
4         Expected type: Bool
5         Inferred type: [t]
6     In the right-hand side of a pattern binding: []
7
8 Compilation had errors
9