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.
- Host: GitHub
- URL: https://github.com/athanclark/set-with
- Owner: athanclark
- License: bsd-3-clause
- Created: 2015-07-24T20:32:34.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-24T23:59:58.000Z (almost 11 years ago)
- Last Synced: 2024-12-28T16:38:12.338Z (over 1 year ago)
- Topics: haskell, sets
- Language: Haskell
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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