[Haskell-cafe] Proposal: Shorter Import Syntax

Anthony Cowley acowley at seas.upenn.edu
Fri Jun 5 20:33:35 UTC 2015



> On Jun 5, 2015, at 4:14 PM, Marcin Mrotek <marcin.jan.mrotek at gmail.com> wrote:
> 
> +1, though something alleviating the burden of importing the same module twice, like:
> 
> import qualified Text as Text
> import Text ( {- something -} )
> 
> would be even better.


That is what this does. You will be able to write:

import Text ( {- something -} ) as Text

Anthony


More information about the Haskell-Cafe mailing list