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

Safe HaskellNone
LanguageHaskell2010

Types

Synopsis

Documentation

data NodeLabel Source #

Constructors

NodeLabel 

Fields

Instances

Eq NodeLabel Source # 
Ord NodeLabel Source # 
Read NodeLabel Source # 
Show NodeLabel Source # 
Generic NodeLabel Source # 

Associated Types

type Rep NodeLabel :: * -> * #

FromJSON NodeLabel Source # 
WorkableTree (Tree NodeLabel) Source # 
type Rep NodeLabel Source # 
type Rep NodeLabel = D1 (MetaData "NodeLabel" "Types" "find-clumpiness-0.2.3.0-HGgP5X948szFAbFVtre7Bl" False) (C1 (MetaCons "NodeLabel" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "nodeID") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "nodeLabels") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Labels))))

newtype Separator Source #

Constructors

Separator Text 

newtype Field Source #

Constructors

Field Int 

Instances

class WorkableTree a where Source #

Class of trees that can be converted to workable trees.

Minimal complete definition

makeWorkable