Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. hfmap :: HFunctor ff => (forall x . () => f x -> g x) -> ff f a -> ff g a

    data-effects-core Data.Effect.HFunctor

    No documentation available.

  2. hfmapDynUnsafeCoerce :: HFunctor e' => EffectOrder -> (forall x . () => f x -> g x) -> e f a -> e' g a

    data-effects-core Data.Effect.OpenUnion

    No documentation available.

  3. hfmapUnion :: forall f g (es :: [Effect]) a . (forall x . () => f x -> g x) -> Union es f a -> Union es g a

    data-effects-core Data.Effect.OpenUnion

    No documentation available.

  4. failedMap :: (FileName -> IOException -> DirTree a) -> DirTree a -> DirTree a

    directory-tree System.Directory.Tree

    maps a function to convert Failed DirTrees to Files or Dirs

  5. matchMapExtern :: forall m s . ExternMatcher d => UnhandledMessagePolicy -> s -> (Message -> m) -> d s -> Match m

    distributed-process-client-server Control.Distributed.Process.ManagedProcess.Internal.Types

    No documentation available.

  6. pooledMapConcurrently :: forall (es :: [Effect]) t a b . (HasCallStack, Concurrent :> es, Traversable t) => (a -> Eff es b) -> t a -> Eff es (t b)

    effectful Effectful.Concurrent.Async

    Lifted pooledMapConcurrently.

  7. pooledMapConcurrentlyN :: forall (es :: [Effect]) t a b . (HasCallStack, Concurrent :> es, Traversable t) => Int -> (a -> Eff es b) -> t a -> Eff es (t b)

    effectful Effectful.Concurrent.Async

    Lifted pooledMapConcurrentlyN.

  8. pooledMapConcurrentlyN_ :: forall (es :: [Effect]) f a b . (HasCallStack, Concurrent :> es, Foldable f) => Int -> (a -> Eff es b) -> f a -> Eff es ()

    effectful Effectful.Concurrent.Async

    Lifted pooledMapConcurrentlyN.

  9. pooledMapConcurrently_ :: forall (es :: [Effect]) f a b . (HasCallStack, Concurrent :> es, Foldable f) => (a -> Eff es b) -> f a -> Eff es ()

    effectful Effectful.Concurrent.Async

    Lifted pooledMapConcurrently_.

  10. foldMapGlobals :: Monoid m => (Qualified -> m) -> Definition -> m

    elm-syntax Language.Elm.Definition

    No documentation available.

Page 982 of many | Previous | Next