Replies: 1 comment 1 reply
|
I think it's a great addition. I've already had and seen use cases for traversing sub trees, and I can also see I merged your pull request 💜 |
1 reply
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.
Hi @doorgan
Thanks for your great work.
I wanted to propose to make it possible to traverse subtrees with
Zipper.traverse.I would also suggest the functions
Zipper.traverse_while/2andZipper.traverse_while/3. This functions would provide:skipto skip a subtree and:haltto halt the traversing.What do you think?
All reactions