travitch / persistent-vector

Persistent vectors for Haskell based on array mapped tries
BSD 3-Clause "New" or "Revised" License
27 stars 4 forks source link

Make traverse go in order #26

Closed treeowl closed 4 years ago

treeowl commented 4 years ago

Previously, the tail was traversed first, from right to left, then the tree, from left to right. Make it traverse the whole thing in order.