Safe Haskell | None |
---|---|
Language | Haskell2010 |
Text.Parsec.Applicative.Grammar
Documentation
Constructors
Grammar | |
Fields
|
nonTerminals :: Eq s => [(s, Parser s tt td ())] -> Parser s tt td a -> [(s, Parser s tt td ())] Source
flattenSequence :: Expr s t -> [Expr s t] Source
flattenChoice :: Expr s t -> [Expr s t] Source