Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chadtech/order
A type to arrange things in order
https://github.com/chadtech/order
elm list order set
Last synced: 8 days ago
JSON representation
A type to arrange things in order
- Host: GitHub
- URL: https://github.com/chadtech/order
- Owner: Chadtech
- Created: 2017-08-20T04:49:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-26T10:43:08.000Z (over 7 years ago)
- Last Synced: 2024-11-06T04:40:57.680Z (about 2 months ago)
- Topics: elm, list, order, set
- Language: Elm
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# DEPRECIATED
Use [this package](http://package.elm-lang.org/packages/Chadtech/unique-list/latest). Its the same package with a better name. `Order` conflicts with `Basics.Order`, and isnt that informative anyway.
# Elm-Order, A type to arrange things in order
[![Build Status](https://travis-ci.org/Chadtech/order.svg?branch=master)](https://travis-ci.org/Chadtech/order)
An `Order` is like a list, but it cannot have duplicate entries. It is also like a `Set`, except the elements are in order.