blob: 47e7ba81d35cf14a10da80a0bb93d1400f9f9f13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
RepPolyMagic.hs:12:7: error:
• Unsaturated use of a representation-polymorphic primitive function.
The second argument of ‘seq’
does not have a fixed runtime representation.
Its type is:
b :: TYPE r
• In the expression: seq
In an equation for ‘foo’: foo = seq
RepPolyMagic.hs:15:7: error:
• Unsaturated use of a representation-polymorphic primitive function.
The second argument of ‘oneShot’
does not have a fixed runtime representation.
Its type is:
a :: TYPE r
• In the expression: oneShot
In an equation for ‘bar’: bar = oneShot
|