You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if it makes sense to special case one_of. Maybe it's possible to make all non-generators automatically constant generators like already done for atoms and tuples? What would be the consequences of this more drastic change?
The text was updated successfully, but these errors were encountered:
(from: #209)
I'm using this construct quite often, maybe
one_of
could be made to support non-generator containing lists as an argument directly?It already works if all the items are atoms, since those are already automatically generators.
I don't know if it makes sense to special case
one_of
. Maybe it's possible to make all non-generators automatically constant generators like already done for atoms and tuples? What would be the consequences of this more drastic change?The text was updated successfully, but these errors were encountered: