Description
A Haskell combinator library for generating markup structures efficiently. It provides the shared foundation used by Blaze-style HTML and related markup generation packages.
Developers use it when code needs to produce structured markup instead of hand-written strings. Application-level escaping and validation still determine whether the final output is safe and correct.