@hackage nested-sets0.0.1.1
Nested set model implementation
Categories
License
GPL-3.0-only
Maintainer
Sarunas Valaskevicius <rakatan@gmail.com>
Links
Versions
Installation
Dependencies (2)
- base >=4.6.0.0 && <5
- containers >=0.5.5.0 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/gtk-largeTreeStore
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.