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

Remove the empty constructor #19

Closed treeowl closed 3 years ago

treeowl commented 3 years ago
treeowl commented 3 years ago

@travitch, I think this is ready for review.

travitch commented 3 years ago

Thanks, this is great! I appreciate you looking through the core to see what is really going on. I know that I had no idea how to do that when I first wrote this code.

I'm trying to remember why there was even an Empty constructor. It seems obviously unnecessary now.