ekmett / stable-maps

Heterogeneous collections indexed by StableNames
http://github.com/ekmett/stable-maps
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

TODO: make sure the Dynamic.Maps and Maps both have the same operations. #1

Open ekmett opened 14 years ago

treeowl commented 6 years ago

I've submitted part of this in #7 (getting adjusts everywhere). But the dynamic version supports a fromList that doesn't have a single obvious analogue for the other. Also, the dynamic version supports some extra instances.

treeowl commented 6 years ago

There are also some good things in rank2classes that could be borrowed.