Re: [Haskell-cafe] Proposal: Shorter Import Syntax
6 Jun
2015
6 Jun
'15
4:33 a.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
3816
Age (days ago)
3816
Last active (days ago)
1 comments
2 participants
participants (2)
-
Anthony Cowley -
Marcin Mrotek