
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