|
Control.Monad.Writer.Class | Portability | non-portable (multi-param classes, functional dependencies) | Stability | experimental | Maintainer | libraries@haskell.org |
|
|
|
Description |
The MonadWriter class.
Inspired by the paper
/Functional Programming with Overloading and
Higher-Order Polymorphism/,
Mark P Jones (http://web.cecs.pdx.edu/~mpj/pubs/springschool.html)
Advanced School of Functional Programming, 1995.
|
|
|
Documentation |
|
|
| Methods | | | listen :: m a -> m (a, w) | Source |
| | pass :: m (a, w -> w) -> m a | Source |
|
| | Instances | |
|
|
|
|
|
|
Produced by Haddock version 0.8 |