Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setSourceLine :: SourcePos -> Line -> SourcePosparsec Text.ParserCombinators.Parsec Set the line number of a source position.
setSourceName :: SourcePos -> SourceName -> SourcePosparsec Text.ParserCombinators.Parsec Set the name of the source.
setErrorMessage :: Message -> ParseError -> ParseErrorparsec Text.ParserCombinators.Parsec.Error No documentation available.
setErrorPos :: SourcePos -> ParseError -> ParseErrorparsec Text.ParserCombinators.Parsec.Error No documentation available.
setSourceColumn :: SourcePos -> Column -> SourcePosparsec Text.ParserCombinators.Parsec.Pos Set the column number of a source position.
setSourceLine :: SourcePos -> Line -> SourcePosparsec Text.ParserCombinators.Parsec.Pos Set the line number of a source position.
setSourceName :: SourcePos -> SourceName -> SourcePosparsec Text.ParserCombinators.Parsec.Pos Set the name of the source.
setInput :: forall (m :: Type -> Type) s u . Monad m => s -> ParsecT s u m ()parsec Text.ParserCombinators.Parsec.Prim setInput input continues parsing with input. The getInput and setInput functions can for example be used to deal with #include files.
setParserState :: forall (m :: Type -> Type) s u . Monad m => State s u -> ParsecT s u m (State s u)parsec Text.ParserCombinators.Parsec.Prim setParserState st set the full parser state to st.
setPosition :: forall (m :: Type -> Type) s u . Monad m => SourcePos -> ParsecT s u m ()parsec Text.ParserCombinators.Parsec.Prim setPosition pos sets the current source position to pos.