tree-fun-0.8.1.0: Library for functions pertaining to tree exploration and manipulation

Safe HaskellSafe
LanguageHaskell2010

Math.TreeFun.Types

Description

Collects all types used in the program

Documentation

data SuperNode a Source #

Constructors

SuperRoot 
SuperNode 

Fields

type DistanceMap a = Map a (Map Int (Seq a)) Source #

type PropertyMap a b = Map a (Seq b) Source #

type MaybePropertyMap a b = Map a (Maybe (Seq b)) Source #