Fork me on GitHub
#specter
<
2020-03-17
>
aengelberg23:03:08

Is there a navigator that navigates to the singleton subsequence containing each element of a collection? This would give the transformer the opportunity to turn one element into many elements, and “splice” them back into the parent collection.

aengelberg23:03:51

in other words, it would navigate to (srange 0 1), then (srange 1 2), etc

aengelberg23:03:04

continuous-subseqs is close to what I want, but I want the subseqs to not be continuous