Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. callCC_ :: forall (ref :: Type -> Type) a b (es :: [Effect]) (ff :: (Type -> Type) -> Type -> Type) (c :: (Type -> Type) -> Constraint) . (CC ref :> es, Monad (Eff ff es), Free c ff) => ((a -> Eff ff es b) -> Eff ff es a) -> Eff ff es a

    data-effects Data.Effect.CC

    No documentation available.

  2. module Data.Effect.Concurrent.Parallel

    Effects for parallel computations.

  3. data Parallel (a :: Type -> Type) b

    data-effects Data.Effect.Concurrent.Parallel

    An Applicative-based effect for executing computations in parallel.

  4. data ParallelLabel

    data-effects Data.Effect.Concurrent.Parallel

    No documentation available.

  5. forToParallel :: forall (t :: Type -> Type) a (es :: [Effect]) (ff :: (Type -> Type) -> Type -> Type) (c :: (Type -> Type) -> Constraint) . (Parallel :> es, Traversable t, Applicative (Eff ff es), Free c ff) => For t (Eff ff es) a -> Eff ff es a

    data-effects Data.Effect.Concurrent.Parallel

    Converts the Traversable container-based parallel computation effect For into the Applicative-based parallel computation effect Parallel.

  6. parallelToIO :: forall (m :: Type -> Type) . MonadUnliftIO m => Parallel ~~> m

    data-effects Data.Effect.Concurrent.Parallel

    No documentation available.

  7. parallelToSequential :: forall (ff :: (Type -> Type) -> Type -> Type) (es :: [Effect]) . Applicative (Eff ff es) => Parallel ~~> Eff ff es

    data-effects Data.Effect.Concurrent.Parallel

    No documentation available.

  8. runForAsParallel :: forall (t :: Type -> Type) a (es :: [Effect]) (ff :: (Type -> Type) -> Type -> Type) (c :: (Type -> Type) -> Constraint) . (Parallel :> es, Traversable t, Applicative (Eff ff es), Free c ff) => Eff ff (For t ': es) a -> Eff ff es a

    data-effects Data.Effect.Concurrent.Parallel

    No documentation available.

  9. runParallelAsSequential :: forall a (es :: [Effect]) (ff :: (Type -> Type) -> Type -> Type) (c :: (Type -> Type) -> Constraint) . (Applicative (Eff ff es), Free c ff) => Eff ff (Parallel ': es) a -> Eff ff es a

    data-effects Data.Effect.Concurrent.Parallel

    No documentation available.

  10. runParallelIO :: forall a (es :: [Effect]) (ff :: (Type -> Type) -> Type -> Type) (c :: (Type -> Type) -> Constraint) . (UnliftIO :> es, Emb IO :> es, Monad (Eff ff es), Free c ff) => Eff ff (Parallel ': es) a -> Eff ff es a

    data-effects Data.Effect.Concurrent.Parallel

    No documentation available.

Page 709 of many | Previous | Next