Information about data structures #27
Labels
good first issue
First-time contributors who are looking to help should work on these issues.
type: documentation
Improvements or additions to documentation.
As an example of another module
Data.HashMap
it sayshttps://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 becausehttp://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?
The text was updated successfully, but these errors were encountered: