Description
A Haskell doctest runner for testing interactive documentation examples with parallel execution support. It helps larger projects check examples faster while preserving the doctest style.
Developers use it when ordinary doctest runs become slow. Parallel tests should avoid shared mutable files, ports, or global state that can make results flaky.