amnh / PCG

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

Remove metadata from node decorations #7

Closed recursion-ninja closed 6 years ago

recursion-ninja commented 7 years ago

Issue by recursion-ninja Monday Mar 27, 2017 at 15:31 GMT Originally opened as https://github.com/ima-hima/PCG/issues/7


Placing Metadata on the node decorations creates incoherent constraints.

Metadata should be supplied to functions through a Reader monad.

Metadata would Ideally be stored in a separate "column heading" vector encapsulated in the working graph "object".

This will be a major rewrite effort so it should be delayed.

recursion-ninja commented 6 years ago

This has been implemented in conjunction with #39.