blob: 4b49d6f4edc85189b4c4daa3f39bbcd18c4be3b0 (
plain)
1
2
3
4
5
6
7
|
mod150.hs:2:20: error: [GHC-69158]
Conflicting exports for ‘id’:
‘module Prelude’ exports ‘Prelude.id’
imported from ‘Prelude’ at mod150.hs:2:8
(and originally defined in ‘GHC.Base’)
‘module M’ exports ‘M.id’ defined at mod150.hs:2:42
|