BiobaseNewick-0.0.0.2: Newick file format parser.

Safe HaskellNone
LanguageHaskell2010

Biobase.Newick.Types

Synopsis

Documentation

data Info #

Node and leaf information in Newick trees.

Constructors

Info 

Fields

Instances

Eq Info # 

Methods

(==) :: Info -> Info -> Bool #

(/=) :: Info -> Info -> Bool #

Show Info # 

Methods

showsPrec :: Int -> Info -> ShowS #

show :: Info -> String #

showList :: [Info] -> ShowS #

Generic Info # 

Associated Types

type Rep Info :: * -> * #

Methods

from :: Info -> Rep Info x #

to :: Rep Info x -> Info #

Arbitrary Info # 

Methods

arbitrary :: Gen Info #

shrink :: Info -> [Info] #

ToJSON Info # 
FromJSON Info # 
Binary Info # 

Methods

put :: Info -> Put #

get :: Get Info #

putList :: [Info] -> Put #

Serialize Info # 

Methods

put :: Putter Info #

get :: Get Info #

type Rep Info # 
type Rep Info = D1 * (MetaData "Info" "Biobase.Newick.Types" "BiobaseNewick-0.0.0.2-DPPdzH0ZvG19BeZxuUwjL4" False) (C1 * (MetaCons "Info" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "label") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "distance") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Double))))

newtype NewickTree #

Newick tree newtype wrapper.

Constructors

NewickTree