Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

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

    unliftio UnliftIO.Internals.Async

    Like pooledMapConcurrently_ but with flipped arguments.

  2. 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).

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

    unliftio UnliftIO.Process

    Lifted waitForProcess.

  4. 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.

  5. 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.

  6. 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.

  7. 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.

  8. treeForm :: SimpleDocStream ann -> SimpleDocTree ann

    prettyprinter Prettyprinter.Render.Util.SimpleDocTree

    Convert a SimpleDocStream to its SimpleDocTree representation.

  9. package transformers-base

    Lift computations from the bottom of a transformer stack This package provides a straightforward port of monadLib's BaseM typeclass to transformers.

  10. runForget :: Forget r a (b :: k) -> a -> r

    profunctors Data.Profunctor

    No documentation available.

Page 426 of many | Previous | Next