hxt-9.3.1.1: 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

quoted :: XParser s a -> XParser s a

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

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