-
Notifications
You must be signed in to change notification settings - Fork 26
Information about data structures #27
Copy link
Copy link
Open
Labels
good first issueFirst-time contributors who are looking to help should work on these issues.First-time contributors who are looking to help should work on these issues.type: documentationImprovements or additions to documentation.Improvements or additions to documentation.
Metadata
Metadata
Assignees
Labels
good first issueFirst-time contributors who are looking to help should work on these issues.First-time contributors who are looking to help should work on these issues.type: documentationImprovements or additions to documentation.Improvements or additions to documentation.
As an example of another module
Data.HashMapit 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.Seti 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.Setdoesn't specify this.Can some information be added to the data structures in the package what they are for and which properties they offer?