symparsec-1.0.0: Type level string parser combinators
Safe HaskellSafe-Inferred
LanguageGHC2021

Symparsec.Parser.End

Synopsis

Documentation

type End = 'PParser (FailChSym "End" (Text "expected end of string")) (Con1 Right) '() Source #

Assert end of symbol, or fail.

Orphan instances

SingParser End Source # 
Instance details

Associated Types

type PS End :: s -> Type Source #

type PR End :: r -> Type Source #