epi-sim-0.7.0: A library for simulating epidemics as birth-death processes.
Safe HaskellNone
LanguageHaskell2010

Epidemic.Types.Newick

Synopsis

Documentation

class Newick t where Source #

Class of types that can be expressed in Newick format.

Methods

asNewickString Source #

Arguments

:: (AbsoluteTime, Person)

The person and time of the root of the tree

-> t 
-> Maybe (Builder, [EpidemicEvent]) 

Instances

Instances details
Newick ReconstructedTree Source # 
Instance details

Defined in Epidemic.Types.Newick