summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T5684.stderr
blob: 0aa8b179730ff78f5453365f0e7de335c1068e98 (plain)
1
2
3
4
5
6
7
8
9
10

T5684.hs:53:12:
    No instance for (A Bool)
      arising from a use of `op'
    Possible fix: add an instance declaration for (A Bool)
    In the expression: op False False
    In the expression:
      [op True undefined, op False False, op 'c' undefined]
    In an equation for `flop6':
        flop6 = [op True undefined, op False False, op 'c' undefined]