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

https://github.com/athanclark/set-with

an ordered container, based on a mutation of its contents.
https://github.com/athanclark/set-with

haskell sets

Last synced: 12 months ago
JSON representation

an ordered container, based on a mutation of its contents.

Awesome Lists containing this project

README

          

# set-with

TODO: Write description here

## Installation

TODO: Write installation instructions here

## Usage

### Creating `x`

TODO: Write usage instructions here

### Combining `x`

TODO: Write usage instructions here

### Consuming `x`

TODO: Write usage instructions here

## How to run tests

```
cabal configure --enable-tests && cabal build && cabal test
```

## Contributing

TODO: Write contribution instructions here