phadej / insert-ordered-containers

Associative containers retating insertion order for traversals
Other
11 stars 16 forks source link

Document functions that don't preserve or take into account ordering #14

Open fizruk opened 7 years ago

fizruk commented 7 years ago

E.g. Eq instance for InsOrdHashMap ignores the ordering. And FromJSON1 and FromJSON can't possibly recover the ordering of properties in an Object.

phadej commented 7 years ago

Good suggestion.

Do you have situations where you need orderedEq ?

fizruk commented 7 years ago

I don't think so, no.