/zip_zip

A Zipper implementation in Elixir

Primary LanguageElixirMIT LicenseMIT

ZipZip

Documentation available on HexDocs.

Packaged on Hex.pm.

A small Elixir functional library for zippers. For now, zippers in ZipZip zip lists and are in two dimensions only.

Note: The internal structure of a zipper should be considered opaque and subject to breaking change. To get or update the current item, traverse the zipper, or perform any other operation on the zipper, use the library's public functions.

References: