amnh / PCG

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

Rename the Node/Node2 PhylogeneticDAG/PhylogeneticDAG2 #120

Closed recursion-ninja closed 5 years ago

recursion-ninja commented 5 years ago

There are currently data types Node and Node2 along with PhylogeneticDAG and PhylogeneticDAG2. The former types are only use "once" during the initial decoration of the graph and should be renamed to something more descriptive of their single use case. The later can then have the 2 suffix remove as these types, are reused throughout the computation.

recursion-ninja commented 5 years ago

This has been completed, see this commit 9df54b4.