Re: [Haskell-cafe] Proposal: Shorter Import Syntax

5 Jun
2015
5 Jun
'15
4:33 p.m.
On Jun 5, 2015, at 4:14 PM, Marcin Mrotek
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
3640
Age (days ago)
3640
Last active (days ago)
1 comments
2 participants
participants (2)
-
Anthony Cowley
-
Marcin Mrotek