symbol-parser-0.3.0: Type level string parser combinators
Safe HaskellSafe-Inferred
LanguageGHC2021

Data.Type.Symbol.Parser.Run

Synopsis
  • type family Run p sym where ...

Documentation

type family Run p sym where ... Source #

Run the given parser on the given Symbol.

Equations

Run '(pCh, pEnd, s) sym = MapLeftPrettyERun (RunStart pCh pEnd s (UnconsSymbol sym))