Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purescript/purescript-ordered-collections
Purely functional map and set data structures
https://github.com/purescript/purescript-ordered-collections
Last synced: 3 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-19T20:03:43.000Z (8 months ago)
- Last Synced: 2024-05-19T05:27:16.523Z (6 months ago)
- Language: PureScript
- Homepage:
- Size: 356 KB
- Stars: 36
- Watchers: 10
- Forks: 27
- 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
[![Latest release](http://img.shields.io/github/release/purescript/purescript-ordered-collections.svg)](https://github.com/purescript/purescript-ordered-collections/releases)
[![Build status](https://github.com/purescript/purescript-ordered-collections/workflows/CI/badge.svg?branch=master)](https://github.com/purescript/purescript-ordered-collections/actions?query=workflow%3ACI+branch%3Amaster)
[![Pursuit](https://pursuit.purescript.org/packages/purescript-ordered-collections/badge)](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).