blob: 7acdec120a16bd3f62be4daa8b11b12e7422c728 (
plain)
1
2
3
4
5
6
7
8
9
|
T17817.hs:16:10: error:
• 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#
|