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.
settingsServerName :: Settings -> ByteStringwarp Network.Wai.Handler.Warp.Internal Default server name if application does not set one. Since 3.0.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
settingsSlowlorisSize :: Settings -> Intwarp Network.Wai.Handler.Warp.Internal Size of bytes read to prevent Slowloris protection. Default value: 2048 Since 3.1.2
settingsTimeout :: Settings -> Intwarp Network.Wai.Handler.Warp.Internal Timeout value in seconds. Default value: 30
setInput :: MonadParsec e s m => s -> m ()megaparsec Text.Megaparsec setInput input continues parsing with input.
setOffset :: MonadParsec e s m => Int -> m ()megaparsec Text.Megaparsec Set the number of tokens processed so far. See also: getOffset.
setParserState :: MonadParsec e s m => State s e -> m ()megaparsec Text.Megaparsec setParserState st sets the parser state to st. See also: getParserState, updateParserState.
setErrorOffset :: Int -> ParseError s e -> ParseError s emegaparsec Text.Megaparsec.Error Set the offset of a ParseError.
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).
setCursorColumnCode :: Int -> Stringansi-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).