summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail119.stderr
blob: d23ab1f537e8e6359c503236bcf106d76d098fa9 (plain)
1
2
3
4
5
6
7

tcfail119.hs:11:8: error:
    • Couldn't match type ‘Bool’ with ‘[Char]’
      Expected: Bool
        Actual: String
    • In the pattern: "Foo"
      In an equation for ‘b’: b x "Foo" = ()