nested-sets

Nested set model implementation

Latest on Hackage:0.0.1.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

GPL-3.0-only licensed by Sarunas Valaskevicius
Maintained by Sarunas Valaskevicius

This package is a general purpose implementation of nested sets in Haskell.

Supported functionality includes:

  • conversion from and to Forest structure from Data.Tree;

  • position support with moving to parent, sibling and child nodes.