Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Information about data structures #27

Open
flip111 opened this issue Apr 4, 2020 · 0 comments
Open

Information about data structures #27

flip111 opened this issue Apr 4, 2020 · 0 comments
Labels
good first issue First-time contributors who are looking to help should work on these issues. type: documentation Improvements or additions to documentation.

Comments

@flip111
Copy link
Contributor

flip111 commented Apr 4, 2020

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?

@JordanMartinez JordanMartinez added good first issue First-time contributors who are looking to help should work on these issues. type: documentation Improvements or additions to documentation. labels Dec 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue First-time contributors who are looking to help should work on these issues. type: documentation Improvements or additions to documentation.
Projects
None yet
Development

No branches or pull requests

2 participants