blob: 4d3cb94343bc2a0f0c6f04dd090f3cc086951f36 (
plain)
1
2
3
4
5
6
7
8
9
|
T17817.hs:16:10: error: [GHC-55287]
• Unsaturated use of a representation-polymorphic primitive function.
The first argument of ‘mkWeak#’
does not have a fixed runtime representation.
Its type is:
a :: TYPE ('BoxedRep l)
• In the expression: mkWeak#
In an equation for ‘primop’: primop = mkWeak#
|