blob: 32e6635ce7ca010a50c8cabc2f4f76f9208f87c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
RepPolyLeftSection2.hs:14:11: error: [GHC-55287]
• The argument ‘undefined’ of ‘f’
does not have a fixed runtime representation.
Its type is:
a0 :: TYPE r0
Cannot unify ‘r’ with the type variable ‘r0’
because it is not a concrete ‘RuntimeRep’.
• In the expression: undefined `f`
In an equation for ‘test1’: test1 = (undefined `f`)
• Relevant bindings include
test1 :: a -> a (bound at RepPolyLeftSection2.hs:14:1)
|