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

Safe HaskellNone
LanguageHaskell2010

Types

Synopsis

Documentation

data NodeLabel Source #

Constructors

NodeLabel 

Fields

Instances
Eq NodeLabel Source # 
Instance details

Defined in Types

Ord NodeLabel Source # 
Instance details

Defined in Types

Read NodeLabel Source # 
Instance details

Defined in Types

Show NodeLabel Source # 
Instance details

Defined in Types

Generic NodeLabel Source # 
Instance details

Defined in Types

Associated Types

type Rep NodeLabel :: Type -> Type #

FromJSON NodeLabel Source # 
Instance details

Defined in Types

WorkableTree (Tree NodeLabel) Source # 
Instance details

Defined in Types

type Rep NodeLabel Source # 
Instance details

Defined in Types

type Rep NodeLabel = D1 (MetaData "NodeLabel" "Types" "find-clumpiness-0.2.3.2-2gkO9401iPO824eplVKyTH" False) (C1 (MetaCons "NodeLabel" PrefixI True) (S1 (MetaSel (Just "nodeID") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "nodeLabels") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Labels)))

newtype Separator Source #

Constructors

Separator Text 
Instances
Show Separator Source # 
Instance details

Defined in Types

newtype Field Source #

Constructors

Field Int 
Instances
Show Field Source # 
Instance details

Defined in Types

Methods

showsPrec :: Int -> Field -> ShowS #

show :: Field -> String #

showList :: [Field] -> ShowS #

class WorkableTree a where Source #

Class of trees that can be converted to workable trees.

Instances
WorkableTree (Tree (Seq Text)) Source # 
Instance details

Defined in Types

WorkableTree (Tree NodeLabel) Source # 
Instance details

Defined in Types

WorkableTree (Dendrogram (Seq Text)) Source # 
Instance details

Defined in Types