https://github.com/purescript/purescript-ordered-collections
Purely functional map and set data structures
https://github.com/purescript/purescript-ordered-collections
Last synced: about 1 month ago
JSON representation
Purely functional map and set data structures
- Host: GitHub
- URL: https://github.com/purescript/purescript-ordered-collections
- Owner: purescript
- License: bsd-3-clause
- Created: 2018-04-30T17:57:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-06-08T13:55:32.000Z (10 months ago)
- Last Synced: 2026-02-01T22:53:51.748Z (2 months ago)
- Language: PureScript
- Homepage:
- Size: 365 KB
- Stars: 36
- Watchers: 6
- Forks: 26
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-purescript - ordered-collections - Ordered Maps and Sets. (Data types)
README
# purescript-ordered-collections
[](https://github.com/purescript/purescript-ordered-collections/releases)
[](https://github.com/purescript/purescript-ordered-collections/actions?query=workflow%3ACI+branch%3Amaster)
[](https://pursuit.purescript.org/packages/purescript-ordered-collections)
Purely-functional map and set data structures.
_If you are looking to work with JavaScript Objects, see [`purescript-foreign-object`](https://github.com/purescript/purescript-foreign-object)._
## Installation
```
spago install ordered-collections
```
## Documentation
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-ordered-collections).