| Safe Haskell | Safe-Inferred | 
|---|
Text.XML.PolySoup.Parser
Description
The module defines a generic parser which can be used, in particular, to parse XML forests. The main characteristic of the parser is that it can be used in a sequential (sub-trees are processed in order) and a selective (subtrees are process regardless of their position) way.
Core
An XML forest parser.
Instances
| Monad (P a) | |
| Functor (P a) | |
| Applicative (P a) | |
| Alternative (P a) | 
Parsing
Selective
Sequential
Peek
Utilities
many_ :: Alternative f => f a -> f ()Source
Many combinator which ignores parsing results.