Instant is
off
|
Search plugin
|
Manual
|
haskell.org
censor
-transformers
Packages
transformers
mtl
censor
:: MonadWriter w m => (w -> w) -> m a -> m a
mtl
Control.Monad.Writer.Class
,
mtl
Control.Monad.Writer.Lazy
,
mtl
Control.Monad.Writer.Strict
censor
f m is an action that executes the action m and applies the function f to its output, leaving the return value unchanged. * f m =
pass
(
liftM
(\x -> > (x,f))
©
Neil Mitchell
2004-2012, version 4.2.11