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

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

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

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

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

  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

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

    profunctors Data.Profunctor

    No documentation available.

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

    profunctors Data.Profunctor.Types

    No documentation available.

  9. errorBundlePrettyForGhcPreProcessors :: (VisualStream s, TraversableStream s, ShowErrorComponent e) => ParseErrorBundle s e -> String

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

  10. cursorForward :: Int -> IO ()

    ansi-terminal System.Console.ANSI

    No documentation available.

Page 426 of many | Previous | Next