blob: e385e1e6e4bf0ff8f100f7b7f7d874f4b2936006 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
mod152.hs:2:26:
Ambiguous occurrence ‛id’
It could refer to either ‛M.id’, defined at mod152.hs:2:36
or ‛Prelude.id’,
imported from ‛Prelude’ at mod152.hs:2:8
(and originally defined in ‛GHC.Base’)
mod152.hs:2:26:
Conflicting exports for ‛id’:
‛module Prelude’ exports ‛Prelude.id’
imported from ‛Prelude’ at mod152.hs:2:8
(and originally defined in ‛GHC.Base’)
‛id’ exports ‛M.id’ defined at mod152.hs:2:36
|