summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T19364.stderr
blob: 085380ccbb4735427c0f18b399ea311d60ac4d65 (plain)
1
2
3
4
5
6
7
8

T19364.hs:9:12: error: [GHC-83865]
    • Couldn't match type ‘[Char]’ with ‘Bool’
      Expected: Foo
        Actual: String
    • In the first argument of ‘Pair’, namely ‘"yes"’
      In the expression: Pair "yes" "no"
      In an equation for ‘baz’: baz = Pair "yes" "no"