Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
multistate Control.Monad.Trans.MultiGST No documentation available.
-
multistate Control.Monad.Trans.MultiGST.Lazy No documentation available.
-
multistate Control.Monad.Trans.MultiGST.Strict No documentation available.
-
multistate Control.Monad.Trans.MultiRWS No documentation available.
-
multistate Control.Monad.Trans.MultiRWS.Lazy No documentation available.
-
multistate Control.Monad.Trans.MultiRWS.Strict No documentation available.
-
multistate Control.Monad.Trans.MultiReader Map both the return value and the environment of a computation using the given function. Note that there is a difference to mtl's ReaderT, where it is not possible to modify the environment.
-
multistate Control.Monad.Trans.MultiReader.Lazy Map both the return value and the environment of a computation using the given function. Note that there is a difference to mtl's ReaderT, where it is not possible to modify the environment.
-
multistate Control.Monad.Trans.MultiReader.Strict Map both the return value and the environment of a computation using the given function. Note that there is a difference to mtl's ReaderT, where it is not possible to modify the environment.
-
multistate Control.Monad.Trans.MultiState Map both the return value and the state of a computation using the given function.