Create a few SmallerX
sylvainhalle opened this issue · 1 comments
sylvainhalle commented
In the relative
package (see #11), implement a few simple RelativePicker
:
-
SmallerInteger
: given an integer i, picks an integer in the interval [0, i-1] -
SmallerString
: given a string s, picks a string shorter than s
sylvainhalle commented
This will be handled in a different way in forthcoming issues.