
15 Nov
2007
15 Nov
'07
9:42 a.m.
On Nov 15, 2007 10:03 AM, Simon Peyton-Jones
| > > 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. | > | > +1 | > | > Importing modules in ghci is really annoying for several reasons: | > | > - Above mentioned.
http://hackage.haskell.org/trac/ghc/ticket/1895
| > - Loose my imports on failed load (maybe we could keep the current | > bindings, imports until the whole load is finished?)
http://hackage.haskell.org/trac/ghc/ticket/1896
| > - Super long prompt.
Possible to set in .ghci
Add a feature request by all means!
Simon