blob: 8cdfb40406b14752316efe000a77f9e54e2d38f4 (
plain)
1
2
3
4
5
6
7
8
|
RepPolyApp.hs:11:9: error: [GHC-55287]
• The argument ‘(undefined :: a)’ of ‘f’
does not have a fixed runtime representation.
Its type is:
a :: TYPE rep
• In the expression: f (undefined :: a)
In an equation for ‘foo’: foo f = f (undefined :: a)
|