find-clumpiness-0.2.3.1: Find the clumpiness of labels in a tree

Safe HaskellNone
LanguageHaskell2010

Types

Synopsis

Documentation

data NodeLabel #

Constructors

NodeLabel 

Fields

newtype Separator #

Constructors

Separator Text 

newtype Field #

Constructors

Field Int 

Instances

type Label = Text #

type Labels = Seq Label #

class WorkableTree a where #

Class of trees that can be converted to workable trees.

Minimal complete definition

makeWorkable

Methods

makeWorkable :: a -> Tree NodeLabel #