Webrexp-1.1.2: Regexp-like engine to scrap web data

Safe HaskellNone

Text.Webrexp.Parser

Description

Module implementing the parsing of webrexp. It shouldn't be used directly.

Synopsis

Documentation

webRexpParser :: ParsecT String st Identity WebRexpSource

Parser used to parse a webrexp. Use just like any Parsec 3.0 parser.