| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Biobase.Newick.Types
Synopsis
- data Info = Info {}
- newtype NewickTree = NewickTree {}
- arbNewickTree :: Int -> Gen (Tree Info)
Documentation
Node and leaf information in Newick trees.
Instances
| Eq Info # | |
| Show Info # | |
| Generic Info # | |
| Arbitrary Info # | |
| ToJSON Info # | |
Defined in Biobase.Newick.Types | |
| FromJSON Info # | |
| Binary Info # | |
| Serialize Info # | |
| type Rep Info # | |
Defined in Biobase.Newick.Types type Rep Info = D1 (MetaData "Info" "Biobase.Newick.Types" "BiobaseNewick-0.0.0.2-4atccDzre8C26vMSrB2EUd" False) (C1 (MetaCons "Info" PrefixI True) (S1 (MetaSel (Just "label") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "distance") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double))) | |
newtype NewickTree #
Newick tree newtype wrapper.
Constructors
| NewickTree | |
Fields | |