Adding a DSEL library to the hierarchy

Johan Tibell johan.tibell at gmail.com
Thu Nov 15 04:42:51 EST 2007


On Nov 15, 2007 10:03 AM, Simon Peyton-Jones <simonpj at microsoft.com> wrote:
> | > > 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
>


More information about the Libraries mailing list