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.

  1. type WeaveStepper (s1 :: Type -> Type) (s2 :: Type -> Type) (s3 :: Type -> Type) (m :: Type -> Type) x y z = Weaver s1 s2 s3 m x y z -> CoroutineStepResult s1 m x -> CoroutineStepResult s2 m y -> Coroutine s3 m z

    monad-coroutine Control.Monad.Coroutine

    Type of functions capable of combining two coroutines' CoroutineStepResult values into a third one. Module Monad.Coroutine.SuspensionFunctors contains several WeaveStepper examples.

  2. type NestWeaveStepper (s0 :: Type -> Type) (s1 :: Type -> Type) (s2 :: Type -> Type) (m :: Type -> Type) x y z = WeaveStepper Sum s0 s1 Sum s0 s2 s0 m x y z

    monad-coroutine Control.Monad.Coroutine.Nested

    Type of functions capable of combining two child coroutines' CoroutineStepResult values into a parent coroutine. Use with the function weave.

  3. MkStepT :: m (Either a (f (StepT f m a))) -> StepT (f :: Type -> Type) (m :: Type -> Type) a

    monadology Control.Monad.Ology.Specific.StepT

    No documentation available.

  4. pendingStep :: forall (f :: Type -> Type) (m :: Type -> Type) . (Functor f, Monad m) => f --> StepT f m

    monadology Control.Monad.Ology.Specific.StepT

    A pending step for this result.

  5. runSteps :: forall (m :: Type -> Type) (f :: Type -> Type) . Monad m => Extract f -> StepT f m --> m

    monadology Control.Monad.Ology.Specific.StepT

    Run all the steps until done.

  6. unStepT :: StepT (f :: Type -> Type) (m :: Type -> Type) a -> m (Either a (f (StepT f m a)))

    monadology Control.Monad.Ology.Specific.StepT

    No documentation available.

  7. underTunnelStepT :: forall t (m :: Type -> Type) (turn :: Type -> Type) r . (MonadTransTunnel t, Monad m, Functor turn) => ((forall (m1 :: Type -> Type) a . Monad m1 => t m1 a -> m1 (Tunnel t a)) -> StepT turn m (Tunnel t r)) -> StepT turn (t m) r

    monadology Control.Monad.Ology.Specific.StepT

    No documentation available.

  8. pbm_SETSTEP :: Num a => a

    nsis Development.NSIS.Plugins.WinMessages

    No documentation available.

  9. pbm_STEPIT :: Num a => a

    nsis Development.NSIS.Plugins.WinMessages

    No documentation available.

  10. package opentelemetry-lightstep

    The OpenTelemetry Haskell Client (Lightstep exporter) https://opentelemetry.io

Page 86 of many | Previous | Next