Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. evalRWSP :: forall (m :: Type -> Type) w r s a' a b' b d . (Monad m, Monoid w) => r -> s -> Proxy a' a b' b (RWST r w s m) d -> Proxy a' a b' b m (d, w)

    pipes Pipes.Lift

    Evaluate RWST in the base monad

  2. execRWSP :: forall (m :: Type -> Type) w r s a' a b' b d . (Monad m, Monoid w) => r -> s -> Proxy a' a b' b (RWST r w s m) d -> Proxy a' a b' b m (s, w)

    pipes Pipes.Lift

    Execute RWST in the base monad

  3. runRWSP :: forall (m :: Type -> Type) w r s a' a b' b d . (Monad m, Monoid w) => r -> s -> Proxy a' a b' b (RWST r w s m) d -> Proxy a' a b' b m (d, s, w)

    pipes Pipes.Lift

    Run RWST in the base monad

  4. poFooterWS :: ParseOutput -> Lines

    string-interpolate Data.String.Interpolate.Parse

    No documentation available.

  5. poHeaderWS :: ParseOutput -> Lines

    string-interpolate Data.String.Interpolate.Parse

    No documentation available.

  6. data PemPasswordRWState

    HsOpenSSL OpenSSL.PEM

    PemPasswordRWState represents a context of PemPasswordCallback.

  7. newtype EffectRWS w st (m :: Type -> Type) s a

    microlens-mtl Lens.Micro.Mtl.Internal

    Wrap a monadic effect with a phantom type argument. Used when magnifying RWST.

  8. EffectRWS :: (st -> m (s, st, w)) -> EffectRWS w st (m :: Type -> Type) s a

    microlens-mtl Lens.Micro.Mtl.Internal

    No documentation available.

  9. getEffectRWS :: EffectRWS w st (m :: Type -> Type) s a -> st -> m (s, st, w)

    microlens-mtl Lens.Micro.Mtl.Internal

    No documentation available.

  10. forWS :: forall r ix b r' a s m . (Source r' a, Manifest r b, Index ix, MonadUnliftIO m, PrimMonad m) => WorkerStates s -> Array r' ix a -> (a -> s -> m b) -> m (Array r ix b)

    massiv Data.Massiv.Array

    Same as iforWS, but without the index.

Page 15 of many | Previous | Next