diatchki 2004/10/15 15:07:02 PDT
Modified files:
libraries/monads Makefile
libraries/monads/Monad BackT.hs Except.hs ExceptT.hs Id.hs
Reader.hs ReaderT.hs State.hs StateT.hs
Writer.hs WriterT.hs
libraries/monads/Unstable/Control/Monad Nondet.hs
Added files:
libraries/monads/Examples Back.hs Cont.hs Control.hs Except.hs
libraries/monads/Monad Cont.hs ContT.hs Prelude.hs
Removed files:
libraries/monads/Monad README
Log:
Yet another version of the monad library.
This is a cleaned up version of the Unsatble.* library.
Revision Changes Path
1.5 +37 -24 fptools/libraries/monads/Makefile
1.2 +144 -74 fptools/libraries/monads/Monad/BackT.hs
1.2 +28 -23 fptools/libraries/monads/Monad/Except.hs
1.2 +98 -35 fptools/libraries/monads/Monad/ExceptT.hs
1.2 +8 -6 fptools/libraries/monads/Monad/Id.hs
1.2 +13 -15 fptools/libraries/monads/Monad/Reader.hs
1.2 +71 -11 fptools/libraries/monads/Monad/ReaderT.hs
1.2 +23 -31 fptools/libraries/monads/Monad/State.hs
1.2 +103 -19 fptools/libraries/monads/Monad/StateT.hs
1.2 +27 -37 fptools/libraries/monads/Monad/Writer.hs
1.2 +92 -27 fptools/libraries/monads/Monad/WriterT.hs
1.3 +8 -5 fptools/libraries/monads/Unstable/Control/Monad/Nondet.hs
_______________________________________________
Cvs-libraries mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-libraries