Description
Generates labelled test or benchmark trees from sets of parameters. This helps Haskell projects run the same check or benchmark across many inputs while keeping the output organized and named.
It is useful for performance comparisons, test matrices, property checks, and experiments where parameters should be varied systematically. It is a developer library used by test and benchmark code.