Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.