blob: 3d67ecbd629035d9a4a97c3c11d55b36db2bded2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
mod152.hs:2:26:
Conflicting exports for `id':
`id' exports `M.id' defined at mod152.hs:2:36
`module Prelude' exports `Prelude.id' imported from Prelude
|