purescript-deprecated/purescript-sets

representation

Opened this issue · 1 comments

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?

I imagine this approach could make things like #35 a bit easier to deal with.