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]
Modules
[Index]
Downloads
- speculate-0.2.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 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, 0.4.4, 0.4.6, 0.4.8, 0.4.10, 0.4.12, 0.4.14, 0.4.16, 0.4.18, 0.4.20 |
---|---|
Dependencies | base (>=4 && <5), cmdargs, containers, leancheck (>=0.6.1) [details] |
Tested with | ghc ==8.0, ghc ==7.10, ghc ==7.8, ghc ==7.6, ghc ==7.4 |
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.2.4) |
Uploaded | by rudymatela at 2017-03-30T13:16:23Z |
Distributions | LTSHaskell:0.4.20, NixOS:0.4.20, Stackage:0.4.20 |
Reverse Dependencies | 3 direct, 0 indirect [details] |
Downloads | 14497 total (108 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |