It's possible to write e.g.
module A (module A.B, x) where
To reexport everything from A.B
And we can
import A hiding (x)
Is there a way to also
import A hiding (module A.B)
?
Thanks
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe