blob: 5db0260fc9b4ea34b434d26c8171bda92ccd5a67 (
plain)
1
2
3
4
5
6
7
8
9
10
|
T9144.hs:34:26: error:
• Couldn't match type ‘Integer’ with ‘FooTerm’
Expected type: DemoteRep 'KProxy
Actual type: DemoteRep 'KProxy
Use -fprint-explicit-kinds to see the kind arguments
• In the first argument of ‘toSing’, namely ‘n’
In the expression: toSing n
In the expression:
case toSing n of { SomeSing n' -> SomeSing (SBar n') }
|