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 💜 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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/2
andZipper.traverse_while/3
. This functions would provide:skip
to skip a subtree and:halt
to halt the traversing.What do you think?
Beta Was this translation helpful? Give feedback.
All reactions