blob: abdafcf070c23bf5fe370cfc4cea2358c321c554 (
plain)
1
2
3
4
5
6
7
8
9
|
RepPolyWrappedVar.hs:15: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# @a @Int @Bool
In an equation for ‘primop’: primop = mkWeak# @a @Int @Bool
|