Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. newtype RWST r w s (m :: Type -> Type) a

    automaton Data.Automaton.Trans.RWS

    A monad transformer adding reading an environment of type r, collecting an output of type w and updating a state of type s to an inner monad m.

  2. RWST :: (r -> s -> m (a, s, w)) -> RWST r w s (m :: Type -> Type) a

    automaton Data.Automaton.Trans.RWS

    No documentation available.

  3. newtype RWST r w s (m :: Type -> Type) a

    monads-tf Control.Monad.RWS.Lazy

    A monad transformer adding reading an environment of type r, collecting an output of type w and updating a state of type s to an inner monad m.

  4. RWST :: (r -> s -> m (a, s, w)) -> RWST r w s (m :: Type -> Type) a

    monads-tf Control.Monad.RWS.Lazy

    No documentation available.

  5. newtype RWST r w s (m :: Type -> Type) a

    monads-tf Control.Monad.RWS.Strict

    A monad transformer adding reading an environment of type r, collecting an output of type w and updating a state of type s to an inner monad m.

  6. RWST :: (r -> s -> m (a, s, w)) -> RWST r w s (m :: Type -> Type) a

    monads-tf Control.Monad.RWS.Strict

    No documentation available.

  7. newtype RWST r w s (m :: Type -> Type) a

    dunai Control.Monad.Trans.MSF.RWS

    A monad transformer adding reading an environment of type r, collecting an output of type w and updating a state of type s to an inner monad m.

  8. RWST :: (r -> s -> m (a, s, w)) -> RWST r w s (m :: Type -> Type) a

    dunai Control.Monad.Trans.MSF.RWS

    No documentation available.

  9. newtype RWST r w s (m :: Type -> Type) a

    mtl-prelude MTLPrelude

    A monad transformer adding reading an environment of type r, collecting an output of type w and updating a state of type s to an inner monad m.

  10. RWST :: (r -> s -> m (a, s, w)) -> RWST r w s (m :: Type -> Type) a

    mtl-prelude MTLPrelude

    No documentation available.

Page 5 of many | Previous | Next