We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zipper:map/2
lists:map/2
zipper:fold/3
lists:fold/2
zipper:filter/2
lists:filter/2
zipper:size/1
zipper:edit_all/3
zipper:edit/3
The text was updated successfully, but these errors were encountered:
[#15] Fixed type spec
f914017
[#15] Renamed edit_all to fmap and added docstring
8038587
b961fc4
Merge pull request #16 from inaka/jfacorro.15.zipper_iteration_funs
a48aae8
[Closes #15] Added functions and tests
jfacorro
No branches or pull requests
zipper:map/2
: likelists:map/2
but traversing the structure in a depth first way.zipper:fold/3
: likelists:fold/2
but traversing the structure in a depth first way.zipper:filter/2
: likelists:filter/2
but traversing the structure in a depth first way.zipper:size/1
: returns the amount of nodes in the tree structure.zipper:edit_all/3
: likezipper:edit/3
but applies the function to all nodes and returns the root of the modified tree.The text was updated successfully, but these errors were encountered: