base_quickcheck
base_quickcheck copied to clipboard
Randomized testing framework, designed for compatibility with Base
Results
2
base_quickcheck issues
Sort by
recently updated
recently updated
newest added
``` type 'a t = Zero | Succ of 'a t [@@deriving quickcheck] ``` causes this error: ``` This expression should not be a function, the expected type is 'a...
forwarded-to-js-devs
The opam file for this library says: ``` available: arch != "arm32" & arch != "x86_32" ``` Inside the library itself, I don't immediately see a dependency on the number...
forwarded-to-js-devs