The rmonad package
A library for restricted monads based on associated datatypes. This allows datatypes such as Set to be made into monads. Users can either use the NoImplicitPrelude extension and use Control.RMonad directly, or use Control.RMonad.AsMonad with the embed and unEmbed combinators to use the normal Prelude monad operations. The 0.4 release mainly adds support for monad transformers. The dependency on the transformers package may be replaced by mtl if it seems likely that mtl will stay the standard for some time to come.
Properties
| Versions | 0.1, 0.2, 0.3, 0.4, 0.4.1, 0.5, 0.6, 0.7, 0.8 |
|---|---|
| Dependencies | base, containers, transformers |
| License | BSD3 |
| Copyright | (c) 2008 Ganesh Sittampalam, Peter Gavin |
| Maintainer | Ganesh Sittampalam <ganesh@earth.li> |
| Stability | provisional |
| Category | Control |
| Upload date | Wed Mar 18 22:30:54 UTC 2009 |
| Uploaded by | GaneshSittampalam |
| Build failure | ghc-6.10 (log), ghc-6.12 (log) |
Modules
- Control
- Control.RMonad
- Control.RMonad.AsMonad
- Control.RMonad.Fix
- Control.RMonad.Trans
- Control.RMonad.Trans.Cont
- Control.RMonad.Trans.List
- Control.RMonad.Trans.Reader
- Control.RMonad.Trans.Set
- Control.RMonad
Downloads
- rmonad-0.4.tar.gz (Cabal source package)
- package description (included in the package)