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.
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).
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).
setCursorPositionCode :: Int -> Int -> Stringansi-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).
-
ansi-terminal System.Console.ANSI Set the Select Graphic Rendition mode
-
ansi-terminal System.Console.ANSI No documentation available.
-
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).