Feature request: empty collection in SampledFrom
#48
Closed
MilesCranmer
started this conversation in
Design & Ideas
Replies: 1 comment 2 replies
-
The problem is that |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering if empty collections could work in a
OneOf
, like the following?In DynamicExpressions sometimes there are cases with 0 binary operators, but 1 unary operator. In which case it would be nice if
OneOf
simply skip over the binary nodes automatically since they aren't possible.Beta Was this translation helpful? Give feedback.
All reactions