blob: e55d2846f823cb848e7f823db0dbb60ba14054b6 (
plain)
1
2
3
4
5
6
7
|
T20277.hs:14:9: error: [GHC-55287]
• 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# | #)
|