Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. settingsServerName :: Settings -> ByteString

    warp Network.Wai.Handler.Warp.Internal

    Default server name if application does not set one. Since 3.0.2

  2. settingsServerPushLogger :: Settings -> Request -> ByteString -> Integer -> IO ()

    warp Network.Wai.Handler.Warp.Internal

    A HTTP/2 server push log function. Default: no action. Since 3.2.7

  3. settingsSlowlorisSize :: Settings -> Int

    warp Network.Wai.Handler.Warp.Internal

    Size of bytes read to prevent Slowloris protection. Default value: 2048 Since 3.1.2

  4. settingsTimeout :: Settings -> Int

    warp Network.Wai.Handler.Warp.Internal

    Timeout value in seconds. Default value: 30

  5. setInput :: MonadParsec e s m => s -> m ()

    megaparsec Text.Megaparsec

    setInput input continues parsing with input.

  6. setOffset :: MonadParsec e s m => Int -> m ()

    megaparsec Text.Megaparsec

    Set the number of tokens processed so far. See also: getOffset.

  7. setParserState :: MonadParsec e s m => State s e -> m ()

    megaparsec Text.Megaparsec

    setParserState st sets the parser state to st. See also: getParserState, updateParserState.

  8. setErrorOffset :: Int -> ParseError s e -> ParseError s e

    megaparsec Text.Megaparsec.Error

    Set the offset of a ParseError.

  9. setCursorColumn :: Int -> IO ()

    ansi-terminal System.Console.ANSI

    Move the cursor to the specified column. The column numbering is 0-based (that is, the left-most column is numbered 0).

  10. setCursorColumnCode :: Int -> String

    ansi-terminal System.Console.ANSI

    Code to move the cursor to the specified column. The column numbering is 0-based (that is, the left-most column is numbered 0).

Page 156 of many | Previous | Next