An arbitrary for the function argument type A
.
Equivalence for the function return value type B
.
Optional fast-check parameters.
none
if no counter-example to the equivalence was found, else
some
of the A
that was found to produce different values.
Attempt to find an example input where the pair of given unary functions is not equal. Given an arbitrary of
A
, an equivalence forB
and a pair of functions, check the functions compute the sameB
given the sameA
, fornumRuns
values. Returns none or some value found.