Packages

A functional zipper library for Gleam. This library provides zipper implementations for common data structures like lists, binary trees, and rose trees.

Current section

Files

Jump to
gleamy_zipper src gleamy_zipper.app.src
Raw

src/gleamy_zipper.app.src

{application, gleamy_zipper, [
{vsn, "0.2.0"},
{applications, [gleam_stdlib]},
{description, "A functional zipper library for Gleam. This library provides zipper implementations for common data structures like lists, binary trees, and rose trees."},
{modules, [gleamy_zipper@@main,
zipper@list,
zipper@rose_tree,
zipper@tree]},
{registered, []}
]}.