Instant is
off
|
Search plugin
|
Manual
|
haskell.org
(a -> b)
->
[a]
->
[b]
-base -deepseq +mtl
Packages
base
deepseq
mtl
local
:: MonadReader r m =>
(r -> r)
->
m a
->
m a
mtl
Control.Monad.Reader.Class
,
mtl
Control.Monad.Reader
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