Symparsec.Parser.End
Contents
type End = 'PParser (FailChSym "End" (Text "expected end of string")) (Con1 Right) '() Source #
Assert end of symbol, or fail.
sEnd :: SParser SUnit SUnit End Source #
Associated Types
type PS End :: s -> Type Source #
type PR End :: r -> Type Source #
Methods
singParser' :: SParser (PS End) (PR End) End Source #