Hoogle Search
Within LTS Haskell 24.55 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
bracketRootStep :: (Ord a, Fractional a) => (a -> a) -> ((a, a), (a, a)) -> ((a, a), (a, a))learn-physics Physics.Learn.RootFinding Given a bracketed root, return a half-width bracket.
ReqSASLStep :: Key -> Value -> OpRequestmemcache Database.Memcache.Types No documentation available.
-
memcache Database.Memcache.Types No documentation available.
type
CoroutineStepResult (s :: Type -> Type) (m :: Type -> Type) r = Either s Coroutine s m r rmonad-coroutine Control.Monad.Coroutine No documentation available.
-
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.
-
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.
MkStepT :: m (Either a (f (StepT f m a))) -> StepT (f :: Type -> Type) (m :: Type -> Type) amonadology Control.Monad.Ology.Specific.StepT No documentation available.
-
monadology Control.Monad.Ology.Specific.StepT A pending step for this result.
runSteps :: forall (m :: Type -> Type) (f :: Type -> Type) . Monad m => Extract f -> StepT f m --> mmonadology Control.Monad.Ology.Specific.StepT Run all the steps until done.
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.