blob: 2bb3bf6613976737cf9cb5981936fdd0da557843 (
plain)
1
2
3
4
5
6
7
8
9
|
UnliftedNewtypesLevityBinder.hs:15:7: error: [GHC-55287]
• Unsaturated use of a representation-polymorphic newtype constructor.
The first argument of ‘IdentC’
does not have a fixed runtime representation.
Its type is:
a :: TYPE r
• In the expression: IdentC
In an equation for ‘bad’: bad = IdentC
|