- Add
Zipper.exec
function for executing a series of monadic actions on a Zipper. - Add
Zipper.curried
object that contains curried implementations of the following functions to allow easier use withZipper.exec
:mapTree
replaceTree
mapLabel
replaceLabel
prepend
append
findNext
findPrevious
findFromRoot
- Fix export syntax
- Initial public release
- Pre-release work