|
|
|
|
Synopsis |
|
|
|
Documentation |
|
|
Parse the same thing as the argument, but will be used only as
backup. ie, it will be used only if disjuncted with a failing
parser.
|
|
|
|
|
|
|
|
|
|
type State st token result = (st, Process token result) | Source |
|
|
|
|
|
Parser specification
| Constructors | | Instances | |
|
|
data AlexState lexerState | Source |
|
Lexer state
| Constructors | AlexState | | stLexer :: lexerState | | lookedOffset :: !Point | | stPosn :: !Posn | |
|
| Instances | |
|
|
|
|
Produced by Haddock version 2.6.1 |