Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 850 Bytes

File metadata and controls

18 lines (13 loc) · 850 Bytes

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: