blob: b0970ea0ca5b5fa3a749ec46b6fc0f024561134a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[1 of 2] Compiling OverloadedRecFldsFail04_A (.hs -> .o)
[2 of 2] Compiling Main (.hs -> .o)
overloadedrecfldsfail04.hs:9:6: error:
Ambiguous occurrence ‘I.x’
It could refer to either the field ‘x’,
imported from ‘OverloadedRecFldsFail04_A’ at overloadedrecfldsfail04.hs:6:1-37
(and originally defined at OverloadedRecFldsFail04_A.hs:6:16)
or the field ‘x’,
imported from ‘OverloadedRecFldsFail04_A’ at overloadedrecfldsfail04.hs:6:1-37
(and originally defined at OverloadedRecFldsFail04_A.hs:5:16)
|