blob: c2938bebf8b5c4092df44f17fd88329ed4607b0c (
plain)
1
2
3
4
5
6
7
8
|
RepPolyCase1.hs:14:7: error: [GHC-55287]
• The scrutinee of the case statement
does not have a fixed runtime representation.
Its type is:
a :: TYPE r
• In the expression: case bar @a () of {}
In an equation for ‘x’: x _ = case bar @a () of {}
|