This repository was archived by the owner on Sep 7, 2022. It is now read-only.
Ability to use "slots/lists" instead of permutation #177
hybridherbst
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
Assuming I have understood you correctly, this is actually already an existing feature! Credit goes to @JustOxlamon, who implemented it a few days ago. It's mentioned in the README. Easy to miss, but very powerful to use. For your example, you could do |
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 find permutations really useful, but right now it's a bit hard to do things like
Shapes on a background | The background is red | The background is green | The shapes are blue | The shapes are whitesince of course there's many permutations that don't make sense.
Would be great to have a syntax to define slots, e.g.
Which would generate more reasonable (and less) combinatorial variants.
Thanks!
Example of "useless" permutations:

Beta Was this translation helpful? Give feedback.
All reactions