| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Symparsec.Parser.Common
Description
Common definitions for parsers.
Synopsis
- data FailChSym name e f
- data FailEndSym name e s
- data EmitEndSym r
- type ErrParserLimitation msg = Text "parser limitation: " :<>: Text msg
Documentation
data FailEndSym name e s Source #
Fail with the given message if we're at the end of the symbol.
data EmitEndSym r Source #
At the end of the symbol, emit parser state.