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