blob: b2e82c86ebf962ae365ce85c5d74cb2d13df3a0c (
plain)
1
2
3
4
5
6
7
|
T20277.hs:14:9: error:
• The unboxed sum does not have a fixed runtime representation.
Its type is:
(# Int# | a #) :: TYPE ('SumRep '[ 'IntRep, rep])
• In the expression: (# 17# | #)
In an equation for ‘baz’: baz _ = (# 17# | #)
|