| Portability | portable |
|---|---|
| Stability | provisional |
| Maintainer | daan@cs.uu.nl |
Text.ParserCombinators.Parsec.Combinator
Description
Commonly used generic combinators
Documentation
between :: GenParser tok st open -> GenParser tok st close -> GenParser tok st a -> GenParser tok st aSource
optionMaybe :: GenParser tok st a -> GenParser tok st (Maybe a)Source
chainr, chainl :: GenParser tok st a -> GenParser tok st (a -> a -> a) -> a -> GenParser tok st aSource