summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T5684b.stderr
blob: 68c6e38b5f77ab7b2d69b308707f539ccf911c6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

T5684b.hs:12:12: error:
    • No instance for (A Bool) arising from a use of ‘op’
    • In the expression: op False False
      In the expression:
        [op False False, op True undefined, op 'c' undefined]
      In an equation for ‘flop2’:
          flop2 = [op False False, op True undefined, op 'c' undefined]

T5684b.hs:14:12: error:
    • No instance for (B Char b0) arising from a use of ‘op’
    • In the expression: op 'c' undefined
      In the expression:
        [op False False, op True undefined, op 'c' undefined]
      In an equation for ‘flop2’:
          flop2 = [op False False, op True undefined, op 'c' undefined]