
14 Nov
2007
14 Nov
'07
2:30 p.m.
On Wed, 14 Nov 2007, Remi Turk wrote:
On Wed, Nov 14, 2007 at 02:45:23PM +0100, Ketil Malde wrote:
It's what I do, too. Frankly, I don't see any problem with this, and if I had a penny for every time I had to type D a t a . B y t e S t r i n g . L a z y . C h a r 8 or T e x t . P a r s e r C o m b i n a t o r s . P a r s e c in ghci just to disambiguate some operation... Does that mean I'm not the only one longing for
:m +Data.ByteString.Lazy.Char8 as B
In that case I should probably submit a feature request for it.
If I need these module renamings frequently I usually write a module, which imports the modules with renaming and load that into GHCi.