[rmonad] RPrelude?

Ganesh Sittampalam ganesh at earth.li
Thu May 7 01:24:17 EDT 2009


On Wed, 6 May 2009, Daniel Schüssler wrote:

> Greetings :)
>
> I'm just getting started with this package, so maybe I'm missing 
> something... but shouldn't Control.RMonad reexport the prelude (except 
> for the colliding names, obviously)? Or maybe have an RPrelude package 
> which does that (like utf8-prelude).

The problem with re-exporting the prelude with some names hidden is that 
it doesn't compose well with other packages that do the same. I guess 
having a Control.Monad.RPrelude would make sense for the common case, 
though.

Cheers,

Ganesh


More information about the rmonad mailing list