blob: 7af3b05511c246018ff315a8fa8ff34324095dd6 (
plain)
1
2
3
4
5
6
7
8
9
|
T14561b.hs:12:9: error:
• Unsaturated use of a representation-polymorphic primitive function.
The first argument of ‘coerce’
does not have a fixed runtime representation.
Its type is:
a :: TYPE r
• In the expression: coerce
In an equation for ‘badId’: badId = coerce
|