summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T18398.stderr
blob: 00a1f148042d090feab6f1beff9dee62681a2cdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12

T18398.hs:13:34: error:
    • No instance for (C Ex p0) arising from a use of ‘meth’
    • In the expression: meth x y
      In a case alternative: MkEx _ -> meth x y
      In the expression: case x of MkEx _ -> meth x y

T18398.hs:13:70: error:
    • No instance for (C Ex p0) arising from a use of ‘meth’
    • In the expression: meth x z
      In a case alternative: MkEx _ -> meth x z
      In the expression: case x of MkEx _ -> meth x z