Closed recursion-ninja closed 5 years ago
We should move our rendering type-classes and custom rendering functions into a sub-library which is data agnostic.
Two candidate modules to be moved:
Text.Newick
Text.XML.*
Formalize the "DATA" rendering functionality place a type class in Text.PhlyogeneticData.
Text.PhlyogeneticData
Move custom rendering functions into appropriate internal modules that can be used for some of the "REPORT" command output functionality.
This is resolved here https://github.com/amnh/PCG/commit/91e8b5c2c2676afb6aed38fab6e03106eec2f4d5.
We should move our rendering type-classes and custom rendering functions into a sub-library which is data agnostic.
Two candidate modules to be moved:
Text.Newick
Text.XML.*
Formalize the "DATA" rendering functionality place a type class in
Text.PhlyogeneticData
.Move custom rendering functions into appropriate internal modules that can be used for some of the "REPORT" command output functionality.