logiccomp / lsl

4 stars 2 forks source link

"size" argument for generators, shrinking? #5

Closed dbp closed 9 months ago

dbp commented 10 months ago

I'm wondering if we want to have the ability to have check-contract go from small values to larger values, rather than using the same function to generate values.

Similarly, should we have a way to shrink values? Optional, defaulting to being absent?

camoy commented 9 months ago

Implemented now:

dbp commented 9 months ago

💯