Fox icon indicating copy to clipboard operation
Fox copied to clipboard

FOXFrequency should shrink by generator order.

Open jeffh opened this issue 11 years ago • 0 comments

It would be great for FOXFrequency to also shrink by the order of the generator:

FOXFrequency(@[@[@1, FOXInteger()],
               @[@1, FOXString()]]);

This generator should shrink towards @0, even if the originally failure was a string (assuming all shrunk values cause failures).

jeffh avatar Feb 04 '15 06:02 jeffh