Symparsec.Parser.End
type End = 'PParser EndChSym (Con1 Right) '() Source #
Assert end of symbol, or fail.
sEnd :: SParser SUnit SUnit End Source #
data EndChSym f Source #
Defined in Symparsec.Parser.End
Associated Types
type PS End :: s -> Type Source #
type PR End :: r -> Type Source #
Methods
singParser' :: SParser (PS End) (PR End) End Source #
data EndChSym1 ch s Source #
sEndChSym :: SParserChSym ss rr EndChSym Source #