amnh / PCG

𝙋𝙝𝙮𝙡𝙤𝙜𝙚𝙣𝙚𝙩𝙞𝙘 𝘾𝙤𝙢𝙥𝙤𝙣𝙚𝙣𝙩 𝙂𝙧𝙖𝙥𝙝 ⸺ Haskell program and libraries for general phylogenetic graph search
28 stars 1 forks source link

Create a "serializing/rendering" sub library #109

Closed recursion-ninja closed 5 years ago

recursion-ninja commented 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:

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.

Boarders commented 5 years ago

This is resolved here https://github.com/amnh/PCG/commit/91e8b5c2c2676afb6aed38fab6e03106eec2f4d5.