blob: 24456e99a87b248b970058d8a7a311c6fde0e329 (
plain)
1
2
3
4
5
6
|
LevPolyLet.hs:17:7: error:
• The binder ‘x’ does not have a fixed runtime representation:
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
|