summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail177.stderr
blob: 3107d1e668f0833a8e0d82913a388dff6d5d464e (plain)
1
2
3
4
5
6
7
8
9

tcfail177.hs:10:12:
    Couldn't match expected type `Bool' with actual type `Int'
    In the return type of a call of `foo'
    In the expression:
      foo
        [a ~?= b, "Three" ~?= "3", "Four" ~?= "4", "Five" ~?= "5", ....]
    In an equation for `allTests':
        allTests = foo [a ~?= b, "Three" ~?= "3", "Four" ~?= "4", ....]