An arbitrary for the function argument type A
.
Equivalence for the function return value type B
.
Optional
parameters: Parameters<A>Optional fast-check parameters.
none
if no counterexample 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.