stable-tree-0.5.0: Trees whose branches are resistant to change

CopyrightJeremy Groven
LicenseBSD3
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.StableTree.Types

Description

Definitions of primitive types used in different modules of stable-tree

Synopsis

Documentation

type Depth = Int Source

Alias to indicate how deep a branch in a tree is. Bottoms have depth 0

type ValueCount = Int Source

Alias that indicates the total number of values underneath a tree