Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Strng
terminals return "strings", i.e. vectors of Chr
s. They allow
the user to specify [ 0 .. ]
atoms to be parsed at once. It is
possible to both, limit the minimal and maximal number.
NOTE gadt comments are not parsed by haddock?
(Show i, Show (RunningIndex i), Show (v x), Show (Elm ls i)) => Show (Elm ((:!:) ls (Strng v x)) i) Source # | |
Build (Strng v x) Source # | |
Element ls i => Element ((:!:) ls (Strng v x)) i Source # | |
type Stack (Strng v x) Source # | |
data Elm ((:!:) ls (Strng v x)) Source # | |
type Arg ((:!:) ls (Strng v x)) Source # | |
type TermArg (Strng v x) Source # | |