| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Text.Grampa.ContextFree.LeftRecursive
Documentation
Instances
| GrammarParsing Parser Source # | |
| MultiParsing Parser Source # | Parser of general context-free grammars, including left recursion. O(n³) performance.
|
| MonoidParsing (Parser g) Source # | |
| Monad (Parser g s) Source # | |
| Functor (Parser g s) Source # | |
| Applicative (Parser g s) Source # | |
| Alternative (Parser g s) Source # | |
| MonadPlus (Parser g s) Source # | |
| (Distributive g, Traversable g) => Show1 (Parser g s) Source # | |
| (Show s, TextualMonoid s) => TokenParsing (Parser g s) Source # | |
| (Show s, TextualMonoid s) => CharParsing (Parser g s) Source # | |
| MonoidNull s => LookAheadParsing (Parser g s) Source # | |
| MonoidNull s => Parsing (Parser g s) Source # | |
| (Distributive g, Traversable g) => Show (Parser g s a) Source # | |
| Monoid x => Monoid (Parser g s x) Source # | |
| type GrammarFunctor Parser Source # | |
| type ResultFunctor Parser Source # | |
| type GrammarConstraint Parser g Source # | |