tinycheck: A lightweight enumeration-based property testing library
Tinycheck is a deterministic property testing library. Instead of random generation, test cases are produced by exhaustive, fairly-interleaved enumeration. It integrates with the Tasty test framework via Test.Tasty.TinyCheck.
[Skip to Readme]
Flags
Manual Flags
| Name | Description | Default |
|---|---|---|
| dev | Enable stricter warnings for development | Disabled |
| dump-core | Emit GHC Core output (.dump-simpl files) for inspection | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- tinycheck-0.2.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0.0, 0.2.0 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=4.17 && <4.22), generics-sop (>=0.5 && <0.6), tagged (>=0.8 && <0.9), tasty (>=1.5 && <1.6), transformers (>=0.5.6.2 && <0.7) [details] |
| Tested with | ghc ==9.4, ghc ==9.6, ghc ==9.8, ghc ==9.10, ghc ==9.12 |
| License | BSD-3-Clause |
| Author | Manuel Bärenz |
| Maintainer | programming@manuelbaerenz.de |
| Uploaded | by turion at 2026-04-10T09:51:56Z |
| Downloads | 1 total (1 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2026-04-10 [all 1 reports] |