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.
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.
transformMOf :: Monad m => LensLike (WrappedMonad m) a b a b -> (b -> m b) -> a -> m bmicrolens Lens.Micro Transform every element by recursively applying a given ASetter in a bottom-up manner with a monadic effect.
transformOf :: ASetter a b a b -> (b -> b) -> a -> bmicrolens Lens.Micro Transform every element by recursively applying a given ASetter in a bottom-up manner.
encloseInTagFor :: SimpleHtml -> Builder -> Builderprettyprinter 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.
treeForm :: SimpleDocStream ann -> SimpleDocTree annprettyprinter Prettyprinter.Render.Util.SimpleDocTree Convert a SimpleDocStream to its SimpleDocTree representation.
-
Lift computations from the bottom of a transformer stack This package provides a straightforward port of monadLib's BaseM typeclass to transformers.
exceptionResponseForDebug :: SomeException -> Responsewarp Network.Wai.Handler.Warp Exception handler for the debugging purpose. 500, text/plain, a showed exception. Since: 2.0.3.2
setBeforeMainLoop :: IO () -> Settings -> Settingswarp 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
setFork :: (((forall a . () => IO a -> IO a) -> IO ()) -> IO ()) -> Settings -> Settingswarp 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
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