[Haskell-cafe] IO typeclasses

Chris Wong chrisyco+haskell-cafe at gmail.com
Fri Dec 30 04:59:35 CET 2011


On Fri, Dec 30, 2011 at 4:47 PM, David Thomas <davidleothomas at gmail.com> wrote:
> Is there any particular reason IO functions in the standard libraries aren't
> grouped into type-classes?

I'm guessing it's to stop the report from getting too complicated. If
you want an IO abstraction, you can try HVIO:

    http://hackage.haskell.org/packages/archive/MissingH/latest/doc/html/System-IO-HVIO.html

> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>



More information about the Haskell-Cafe mailing list