Re: [Haskell-cafe] Proposal: Shorter Import Syntax
5 Jun
2015
5 Jun
'15
8:33 p.m.
On Jun 5, 2015, at 4:14 PM, Marcin Mrotek <marcin.jan.mrotek@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
4055
Age (days ago)
4055
Last active (days ago)
1 comments
2 participants
participants (2)
-
Anthony Cowley -
Marcin Mrotek