blob: 6a7ade9c44b8607b5fd4df85cb5a4b5a0d08a62c (
plain)
1
2
3
4
5
6
7
|
mod110.hs:11:10: error:
Ambiguous occurrence ‘Eq’
It could refer to either ‘Prelude.Eq’,
imported from ‘Prelude’ at mod110.hs:4:1-14
(and originally defined in ‘GHC.Classes’)
or ‘M.Eq’, defined at mod110.hs:7:1
|