blob: 3ea61f2eda64389ee9bf2d30ae6c6109ee460def (
plain)
1
2
3
4
5
6
7
|
mod143.hs:2:21: error: [GHC-69158]
Conflicting exports for ‘Foo’:
‘module Mod143_A’ exports ‘Mod143_A.Foo’
imported from ‘Mod143_A’ at mod143.hs:4:1-15
(and originally defined at Mod143_A.hs:3:1-14)
‘module M’ exports ‘M.Foo’ defined at mod143.hs:6:1
|