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