Open
Description
Hi all,
I would very much appreciate the ability to have an import of the form
import Namespace.Module (<types declared in module>)
import qualified Namespace.Module as Module
Would it be possible to provide this? It seems like a fairly deterministic pattern to replicate with a few easily solvable conflicts. Thoughts?