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.

  1. setErrorMessage :: Message -> ParseError -> ParseError

    parsec Text.Parsec.Error

    No documentation available.

  2. setErrorPos :: SourcePos -> ParseError -> ParseError

    parsec Text.Parsec.Error

    No documentation available.

  3. setSourceColumn :: SourcePos -> Column -> SourcePos

    parsec Text.Parsec.Pos

    Set the column number of a source position.

  4. setSourceLine :: SourcePos -> Line -> SourcePos

    parsec Text.Parsec.Pos

    Set the line number of a source position.

  5. setSourceName :: SourcePos -> SourceName -> SourcePos

    parsec Text.Parsec.Pos

    Set the name of the source.

  6. setInput :: forall (m :: Type -> Type) s u . Monad m => s -> ParsecT s u m ()

    parsec Text.Parsec.Prim

    setInput input continues parsing with input. The getInput and setInput functions can for example be used to deal with #include files.

  7. setParserState :: forall (m :: Type -> Type) s u . Monad m => State s u -> ParsecT s u m (State s u)

    parsec Text.Parsec.Prim

    setParserState st set the full parser state to st.

  8. setPosition :: forall (m :: Type -> Type) s u . Monad m => SourcePos -> ParsecT s u m ()

    parsec Text.Parsec.Prim

    setPosition pos sets the current source position to pos.

  9. setState :: forall (m :: Type -> Type) u s . Monad m => u -> ParsecT s u m ()

    parsec Text.Parsec.Prim

    An alias for putState for backwards compatibility.

  10. setSourceColumn :: SourcePos -> Column -> SourcePos

    parsec Text.ParserCombinators.Parsec

    Set the column number of a source position.

Page 135 of many | Previous | Next