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.
-
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
settingsFork :: Settings -> ((forall a . () => IO a -> IO a) -> IO ()) -> IO ()warp Network.Wai.Handler.Warp.Internal 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: defaultFork Since 3.0.4
runForget :: Forget r a (b :: k) -> a -> rprofunctors Data.Profunctor No documentation available.
runForget :: Forget r a (b :: k) -> a -> rprofunctors Data.Profunctor.Types No documentation available.
-
megaparsec Text.Megaparsec.Error Pretty-print a ParseErrorBundle. All ParseErrors in the bundle will be pretty-printed in order by doing a single pass over the input stream. The rendered format is suitable for custom GHC pre-processors (as can be specified with -F -pgmF).
-
ansi-terminal System.Console.ANSI No documentation available.