suppose you have two modules like
module Foo.A where
foo = 42
and
module Foo.B where
foo = 12
and you w
Basically, no. This has been a long-standing feature request by people like the authors of Gtk2hs. Gtk2hs has a very broad module hierarchy where it might make sense to both:
For now, if you want to reexport several modules together all you can do is: