representation
Opened this issue · 1 comments
matthewleon commented
Depending on purescript-maps and using Unit keys seems a bit suboptimal. Would it make sense to instead have both depend on an underlying 2-3 tree representation, and have maps use k/v Tuples or records?
matthewleon commented
I imagine this approach could make things like #35 a bit easier to deal with.