Description
A Haskell library exposing parts of doctest for reuse by other tools. It lets package helpers, custom runners, or integrations build on doctest functionality without only invoking the command-line program.
Developers use it when they need finer control over documentation-example testing. Integrations should preserve clear failures so maintainers can find the broken example quickly.