amnh / PCG

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

Move MetricRepresentation to TCM library #123

Closed recursion-ninja closed 5 years ago

recursion-ninja commented 5 years ago

The module Bio.Metadata.MetricRepresentation is self-contained and should also be moved into the TCM sub library as Data.MetricRepresentation because these two modules are highly related. This is mentioned in #108

recursion-ninja commented 5 years ago

This has been implemented as part of a large refactoring of the FFI code. See the commit here b5df4aa. related to #124.