blob: 3914ea8e30578783a0b544be3fc143d6e7ad5cf7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
RepPolyPatBind.hs:18:5: error:
• The binder ‘x’ does not have a fixed runtime representation.
Its type is:
a :: TYPE rep
• In the expression:
let
x, y :: a
(# x, y #) = undefined
in x
In an equation for ‘foo’:
foo _
= let
x, y :: a
(# x, y #) = undefined
in x
|