blob: f0635ab5038062a10c993618cd26471a971da365 (
plain)
1
2
3
4
5
6
7
8
9
10
|
mod152.hs:2:10:
Conflicting exports for `id':
`module Prelude' exports `GHC.Base.id' imported from Prelude at Implicit import declaration
`id' exports `M.id' defined at mod152.hs:2:35
mod152.hs:2:25:
Ambiguous occurrence `id'
It could refer to either `M.id', defined at mod152.hs:2:35
or `GHC.Base.id', imported from Prelude at Implicit import declaration
|