Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

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

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

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

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

  5. treeForm :: SimpleDocStream ann -> SimpleDocTree ann

    prettyprinter Prettyprinter.Render.Util.SimpleDocTree

    Convert a SimpleDocStream to its SimpleDocTree representation.

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

  7. exceptionResponseForDebug :: SomeException -> Response

    warp Network.Wai.Handler.Warp

    Exception handler for the debugging purpose. 500, text/plain, a showed exception. Since: 2.0.3.2

  8. setBeforeMainLoop :: IO () -> Settings -> Settings

    warp Network.Wai.Handler.Warp

    Code to run after the listening socket is ready but before entering the main event loop. Useful for signaling to tests that they can start running, or to drop permissions after binding to a restricted port. Default: do nothing. Since 2.1.0

  9. setFork :: (((forall a . () => IO a -> IO a) -> IO ()) -> IO ()) -> Settings -> Settings

    warp Network.Wai.Handler.Warp

    Code to fork a new thread to accept a connection. This may be useful if you need OS bound threads, or if you wish to develop an alternative threading model. Default: void . forkIOWithUnmask Since 3.0.4

  10. settingsBeforeMainLoop :: Settings -> IO ()

    warp Network.Wai.Handler.Warp.Internal

    Code to run after the listening socket is ready but before entering the main event loop. Useful for signaling to tests that they can start running, or to drop permissions after binding to a restricted port. Default: do nothing. Since 1.3.6

Page 425 of many | Previous | Next