summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_fail/T13324_fail1.stderr
blob: dd3a9948f985bf89c39e65dfdcb05a9316e358dc (plain)
1
2
3
4
5
6
7
8
9
10

T13324_fail1.hs:7:26: error:
    Extra-constraint wildcard ‘_’ not allowed
      except as the sole constraint
        e.g., deriving instance _ => Eq (Foo a)
      in a deriving declaration

T13324_fail1.hs:8:25: error:
    Wildcard ‘_’ not allowed
      in a deriving declaration