purescript-ordered-collections icon indicating copy to clipboard operation
purescript-ordered-collections copied to clipboard

Information about data structures

Open flip111 opened this issue 5 years ago • 0 comments

As an example of another module Data.HashMap it says

Note that this is an unordered collection.

https://pursuit.purescript.org/packages/purescript-unordered-collections/1.0.1/docs/Data.HashMap

Such information would also be useful for the data structures in this package


About Data.Set i would guess that it has a uniqueness property because

All the elements in a set are unique.

http://learnyouahaskell.com/modules and because of the similarities between haskell and purescript

But the documentation of purescript's Data.Set doesn't specify this.

Can some information be added to the data structures in the package what they are for and which properties they offer?

flip111 avatar Apr 04 '20 15:04 flip111