hxt-9.3.1.3: A collection of tools for processing XML with Haskell.

Portabilityportable
Stabilitystable
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Safe HaskellNone

Text.XML.HXT.Parser.XmlTokenParser

Description

Parsec parser for XML tokens

Documentation

concRes :: XParser s [[a]] -> XParser s [a]Source

mkList :: XParser s a -> XParser s [a]Source