blob: 51f14a486cb1873666658db8ce7fcaa301e595ac (
plain)
1
2
3
4
5
6
7
|
mod153.hs:2:11: error:
Ambiguous occurrence ‘id’
It could refer to either ‘Prelude.id’,
imported from ‘Prelude’ at mod153.hs:2:8
(and originally defined in ‘GHC.Base’)
or ‘M.id’, defined at mod153.hs:2:21
|