Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. pooledForConcurrentlyN :: (MonadUnliftIO m, Traversable t) => Int -> t a -> (a -> m b) -> m (t b)

    unliftio UnliftIO.Internals.Async

    Similar to pooledMapConcurrentlyN but with flipped arguments.

  2. pooledForConcurrentlyN_ :: (MonadUnliftIO m, Foldable t) => Int -> t a -> (a -> m b) -> m ()

    unliftio UnliftIO.Internals.Async

    Like pooledMapConcurrentlyN_ but with flipped arguments.

  3. pooledForConcurrently_ :: (MonadUnliftIO m, Foldable f) => f a -> (a -> m b) -> m ()

    unliftio UnliftIO.Internals.Async

    Like pooledMapConcurrently_ but with flipped arguments.

  4. showCommandForUser :: FilePath -> [String] -> String

    unliftio UnliftIO.Process

    Given a program p and arguments args, showCommandForUser p args returns a string suitable for pasting into /bin/sh (on Unix systems) or CMD.EXE (on Windows).

  5. waitForProcess :: MonadIO m => ProcessHandle -> m ExitCode

    unliftio UnliftIO.Process

    Lifted waitForProcess.

  6. unfoldForest :: forall (m :: Type -> Type) a . Monad m => (a -> [a]) -> a -> [TreeT m a]

    hedgehog Hedgehog.Internal.Tree

    Create a forest from a value and an unfolding function.

  7. transformMOf :: Monad m => LensLike (WrappedMonad m) a b a b -> (b -> m b) -> a -> m b

    microlens Lens.Micro

    Transform every element by recursively applying a given ASetter in a bottom-up manner with a monadic effect.

  8. transformOf :: ASetter a b a b -> (b -> b) -> a -> b

    microlens Lens.Micro

    Transform every element by recursively applying a given ASetter in a bottom-up manner.

  9. encloseInTagFor :: SimpleHtml -> Builder -> Builder

    prettyprinter Prettyprinter.Render.Tutorials.TreeRenderingTutorial

    Convert a SimpleHtml to a function that encloses a Builder in HTML tags. This is where the translation of style to raw output happens.

  10. treeForm :: SimpleDocStream ann -> SimpleDocTree ann

    prettyprinter Prettyprinter.Render.Util.SimpleDocTree

    Convert a SimpleDocStream to its SimpleDocTree representation.

Page 425 of many | Previous | Next