Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

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

    megaparsec Text.Megaparsec

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

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

    megaparsec Text.Megaparsec

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

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

    megaparsec Text.Megaparsec.Error

    Set the offset of a ParseError.

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

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

  6. setCursorPosition :: Int -> Int -> IO ()

    ansi-terminal System.Console.ANSI

    Move the cursor to the specified position (row and column). The position is 0-based (that is, the top-left corner is at row 0 column 0).

  7. setCursorPositionCode :: Int -> Int -> String

    ansi-terminal System.Console.ANSI

    Code to move the cursor to the specified position (row and column). The position is 0-based (that is, the top-left corner is at row 0 column 0).

  8. setSGR :: [SGR] -> IO ()

    ansi-terminal System.Console.ANSI

    Set the Select Graphic Rendition mode

  9. setSGRCode :: [SGR] -> String

    ansi-terminal System.Console.ANSI

    No documentation available.

  10. setTitle :: String -> IO ()

    ansi-terminal System.Console.ANSI

    Set the terminal window title and icon name (that is, the text for the window in the Start bar, or similar).

Page 172 of many | Previous | Next