Gmane
From: Iavor Diatchki <iavor.diatchki <at> gmail.com>
Subject: ANN: monadLib 3.0.0
Newsgroups: gmane.comp.lang.haskell.general, gmane.comp.lang.haskell.libraries
Date: 2007-01-03 17:40:45 GMT (2 years, 26 weeks, 1 day, 17 hours and 57 minutes ago)
Hello,

I have placed a new version of 'monadLib' on its web-page:
http://www.csee.ogi.edu/~diatchki/monadLib

Some of the changes compared to the previous version:
* The whole library is in a single module MonadLib.hs (~500 lines)
* Simpler and more symmetric API
* Removed the (generic) monadic combinators
* Removed the search transformer (may add another version of it at some point)
* Rewrote some transformers in the "traditional" way (e.g., exceptions
and output)
* There is an optional module that defines base monads corresponding
to each transformer.

Comments are very welcome.

-Iavor