amnh / PCG

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

Refactor Data.Vector.NonEmpty to pcg-utilities library #107

Closed recursion-ninja closed 5 years ago

recursion-ninja commented 5 years ago

The Data.Vector.NonEmpty module is self contained and is a very primitive utility data structure for PCG. It should be moved to pcg-utilities package and have some test suites added.

Boarders commented 5 years ago

This is resolved here https://github.com/amnh/PCG/commit/0ef1b18bbf1097970344a8fd692da4e2755ca320.