blob: 7ba9a4200000e46c1cdcd86cb78f0cbac6c39e65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
export-ps-rec-sel.hs:2:13: error:
Pattern synonyms can only be bundled with matching type constructors
Couldn't match expected type of ‘R’ with actual type of ‘Q’
In the pattern synonym: P
In the export: R(P, x)
export-ps-rec-sel.hs:2:13: error:
Pattern synonyms can only be bundled with matching type constructors
Couldn't match expected type of ‘R’ with actual type of ‘Q’
In the pattern synonym record selector: x
In the export: R(P, x)
|