speculate: discovery of properties about Haskell functions
Speculate automatically discovers laws about Haskell functions. Give Speculate a bunch of Haskell functions and it will discover laws like:
equations, such as
id x == x
;inequalities, such as
0 <= x * x
;conditional equations, such as
x <= 0 ==> x + abs x == 0
.
[Skip to Readme]
Versions [faq] | 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.2.6, 0.2.7, 0.2.8, 0.2.9, 0.2.10, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4.0, 0.4.1, 0.4.2 |
---|---|
Dependencies | base (==4.*), cmdargs, containers, express (>=0.1.3), leancheck (>=0.9.3) [details] |
License | BSD-3-Clause |
Author | Rudy Matela, Colin Runciman |
Maintainer | Rudy Matela <rudy@matela.com.br> |
Category | Testing |
Home page | https://github.com/rudymatela/speculate#readme |
Source repo | head: git clone https://github.com/rudymatela/speculate this: git clone https://github.com/rudymatela/speculate(tag v0.4.2) |
Uploaded | by rudymatela at 2020-04-05T16:26:09Z |
Distributions | LTSHaskell:0.3.5, NixOS:0.4.2, Stackage:0.3.5 |
Downloads | 9833 total (28 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2020-04-05 [all 1 reports] |
Modules
[Index] [Quick Jump]
Downloads
- speculate-0.4.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)