blob: ed47733081edb50fef9642a80c370e125f6b2a3b (
plain)
1
2
3
4
5
6
7
|
LevPolyLet.hs:17:7: error:
• The binder ‘x’ does not have a fixed runtime representation.
Its type is:
a :: TYPE ('BoxedRep v)
• In the expression: let x = f 42 in undefined
In an equation for ‘example’: example f = let x = f 42 in undefined
|