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

Instances
Eq NodeLabel # 
Instance details

Defined in Types

Ord NodeLabel # 
Instance details

Defined in Types

Read NodeLabel # 
Instance details

Defined in Types

Show NodeLabel # 
Instance details

Defined in Types

Generic NodeLabel # 
Instance details

Defined in Types

Associated Types

type Rep NodeLabel :: * -> * #

FromJSON NodeLabel # 
Instance details

Defined in Types

WorkableTree (Tree NodeLabel) # 
Instance details

Defined in Types

type Rep NodeLabel # 
Instance details

Defined in Types

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

data Format #

Instances
Read Format # 
Instance details

Defined in Types

newtype Separator #

Constructors

Separator Text 
Instances
Show Separator # 
Instance details

Defined in Types

newtype Field #

Constructors

Field Int 
Instances
Show Field # 
Instance details

Defined in Types

Methods

showsPrec :: Int -> Field -> ShowS #

show :: Field -> String #

showList :: [Field] -> ShowS #

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 #

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

Defined in Types

WorkableTree (Tree NodeLabel) # 
Instance details

Defined in Types

WorkableTree (Dendrogram (Seq Text)) # 
Instance details

Defined in Types