File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
- # purescript-maps
1
+ # purescript-ordered-collections
2
2
3
- [ ![ Latest release] ( http://img.shields.io/github/release/purescript/purescript-maps .svg )] ( https://github.com/purescript/purescript-maps /releases )
4
- [ ![ Build status] ( https://travis-ci.org/purescript/purescript-maps .svg?branch=master )] ( https://travis-ci.org/purescript/purescript-maps )
3
+ [ ![ Latest release] ( http://img.shields.io/github/release/purescript/purescript-ordered-collections .svg )] ( https://github.com/purescript/purescript-ordered-collections /releases )
4
+ [ ![ Build status] ( https://travis-ci.org/purescript/purescript-ordered-collections .svg?branch=master )] ( https://travis-ci.org/purescript/purescript-ordered-collections )
5
5
6
- Purely-functional map data structures.
6
+ Purely-functional map and set data structures.
7
7
8
8
## Installation
9
9
10
10
```
11
- bower install purescript-maps
11
+ bower install purescript-ordered-collections
12
+ # or
13
+ psc-package install ordered-collections
12
14
```
13
15
14
16
## Documentation
15
17
16
- Module documentation is [ published on Pursuit] ( http://pursuit.purescript.org/packages/purescript-maps ) .
18
+ Module documentation is [ published on Pursuit] ( http://pursuit.purescript.org/packages/purescript-ordered-collections ) .
You can’t perform that action at this time.
0 commit comments