blob: 976e84e81e379dd79586503ea9af1109afdc3e9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
RepPolyPatBind.hs:18:5: error:
• • The binder ‘y’ does not have a fixed runtime representation.
Its type is:
a :: TYPE rep
• 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
|