Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. runMultiRWSTW :: forall m (w :: [Type]) (r :: [Type]) (s :: [Type]) a . (Monad m, Monoid (HList w)) => HList r -> HList s -> MultiRWST r w s m a -> m (HList w)

    multistate Control.Monad.Trans.MultiRWS.Strict

    No documentation available.

  2. evalRWs :: HashSet Rewrite

    rest-rewrite Arith

    No documentation available.

  3. userRWs :: HashSet Rewrite

    rest-rewrite Arith

    No documentation available.

  4. evalRWs :: HashSet Rewrite

    rest-rewrite Set

    No documentation available.

  5. userRWs :: HashSet Rewrite

    rest-rewrite Set

    No documentation available.

  6. evalRWSP :: forall (m :: Type -> Type) w r s i o u a . (Monad m, Monoid w) => r -> s -> Pipe i o u (RWST r w s m) a -> Pipe i o u m (a, w)

    conduino Data.Conduino.Lift

    runRWSP, but ignoring the final state.

  7. evalRWSPS :: forall (m :: Type -> Type) w r s i o u a . (Monad m, Monoid w) => r -> s -> Pipe i o u (RWST r w s m) a -> Pipe i o u m (a, w)

    conduino Data.Conduino.Lift

    evalRWSPS, but for Control.Monad.Trans.RWS.Strict.

  8. execRWSP :: forall (m :: Type -> Type) w r s i o u a . (Monad m, Monoid w) => r -> s -> Pipe i o u (RWST r w s m) a -> Pipe i o u m (s, w)

    conduino Data.Conduino.Lift

    runRWSP, but ignoring the result value.

  9. execRWSPS :: forall (m :: Type -> Type) w r s i o u a . (Monad m, Monoid w) => r -> s -> Pipe i o u (RWST r w s m) a -> Pipe i o u m (s, w)

    conduino Data.Conduino.Lift

    execRWSPS, but for Control.Monad.Trans.RWS.Strict.

  10. runRWSP :: forall (m :: Type -> Type) w r s i o u a . (Monad m, Monoid w) => r -> s -> Pipe i o u (RWST r w s m) a -> Pipe i o u m (a, s, w)

    conduino Data.Conduino.Lift

    Turn a Pipe that runs over RWST into a state-modifying, environment-using, log-accumulating Pipe. See runStateP, runWriterP, and runReaderP for the uses and semantics.

Page 25 of many | Previous | Next