blob: 4804a67f8a93123ff35abf09d750aeb6222b4f24 (
plain)
1
2
3
4
5
6
7
8
|
RepPolyCase1.hs:14:7: error:
• 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 {}
|