This library can be used as a basis for complex HTML parsers,
or for streaming.
E.g., by composing it with
the "list-t-attoparsec" library
you can produce a token stream,
thus becoming able to implement a highly efficient stream-parser,
which works in a single pass, constant memory and is capable of early termination.
"list-t-html-parser" is such a parser.