| Copyright | Jeremy Groven |
|---|---|
| License | BSD3 |
| Safe Haskell | None |
| Language | Haskell2010 |
Data.StableTree.Fragment
Description
- data Fragment k v
- = FragmentBranch {
- fragmentDepth :: Depth
- fragmentChildren :: Map k (ValueCount, ObjectID)
- | FragmentBottom {
- fragmentMap :: Map k v
- = FragmentBranch {
Documentation
A Fragment is a user-visible part of a tree, i.e. a single node in the
tree that can actually be manipulated by a user. This is useful when doing
the work of persisting trees.
Constructors
| FragmentBranch | |
Fields
| |
| FragmentBottom | |
Fields
| |