Safe Haskell | None |
---|---|
Language | Haskell2010 |
TODO Rename Chr
to Vtx
, a vertex parser is a generalization of
a char parser. But this is only semantics, so not super important to do
now.
Documentation
A generic Character parser that reads a single character but allows passing additional information.
Chr
expects a function to retrieve r
at index position, followed by
the actual generic vector with data.
(Show i, Show (RunningIndex i), Show r, Show (Elm ls i)) => Show (Elm ((:!:) ls (Chr r x)) i) Source # | |
Build (Chr r x) Source # | |
Element ls i => Element ((:!:) ls (Chr r x)) i Source # | |
type Stack (Chr r x) Source # | |
data Elm ((:!:) ls (Chr r x)) Source # | |
type Arg ((:!:) ls (Chr r x)) Source # | |
type TermArg (Chr r x) Source # | |