An arbitrary for the function argument type A.
Equivalence for the function return value type B.
Optionalparameters: 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 forBand a pair of functions, check the functions compute the sameBgiven the sameA, fornumRunsvalues. Returns none or some value found.