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. Rwstat :: VarMsg

    NineP Data.NineP

    No documentation available.

  2. rwsT :: (Functor m, Monoid w) => (r -> s -> m (a, s, w)) -> RWST r w s m a

    transformers Control.Monad.Trans.RWS.CPS

    Construct an RWST computation from a function. (The inverse of runRWST.)

  3. rwsC :: forall (m :: Type -> Type) w r s i o a . (Monad m, Monoid w) => (r -> s -> ConduitT i o m (a, s, w)) -> ConduitT i o (RWST r w s m) a

    conduit Data.Conduit.Lift

    Wrap the base monad in RWST Since 1.0.11

  4. rwsLC :: forall (m :: Type -> Type) w r s i o a . (Monad m, Monoid w) => (r -> s -> ConduitT i o m (a, s, w)) -> ConduitT i o (RWST r w s m) a

    conduit Data.Conduit.Lift

    Wrap the base monad in RWST Since 1.0.11

  5. rwsP :: forall (m :: Type -> Type) w i s a' a b' b r . (Monad m, Monoid w) => (i -> s -> Proxy a' a b' b m (r, s, w)) -> Proxy a' a b' b (RWST i w s m) r

    pipes Pipes.Lift

    Wrap the base monad in RWST

  6. rwSeek :: MonadIO m => Ptr RWops -> Int64 -> CInt -> m Int64

    sdl2 SDL.Raw.Filesystem

    No documentation available.

  7. rwsS :: forall (m :: Type -> Type) w r s a b . (Functor m, Monad m, Monoid w) => Automaton m (r, s, a) (w, s, b) -> Automaton (RWST r w s m) a b

    automaton Data.Automaton.Trans.RWS

    Wrap an Automaton with explicit state variables in RWST monad transformer.

  8. rwsMagnify :: forall k (is :: IxList) a b s f c w . Is k A_Getter => Optic' k is a b -> (b -> s -> f (c, s, w)) -> a -> s -> f (c, s, w)

    optics-extra Optics.Extra.Internal.Zoom

    No documentation available.

  9. rwsMagnifyMany :: forall k m w c (is :: IxList) a b s . (Is k A_Fold, Monad m, Monoid w, Monoid c) => Optic' k is a b -> (b -> s -> m (c, s, w)) -> a -> s -> m (c, s, w)

    optics-extra Optics.Extra.Internal.Zoom

    No documentation available.

  10. rwsMagnifyMaybe :: forall k m w (is :: IxList) a b s c . (Is k An_AffineFold, Applicative m, Monoid w) => Optic' k is a b -> (b -> s -> m (c, s, w)) -> a -> s -> m (Maybe c, s, w)

    optics-extra Optics.Extra.Internal.Zoom

    No documentation available.

Page 6 of many | Previous | Next