https://github.com/athanclark/median-set
Simple zipper-of-multisets for forged incremental median
https://github.com/athanclark/median-set
haskell incremental median zipper
Last synced: 7 months ago
JSON representation
Simple zipper-of-multisets for forged incremental median
- Host: GitHub
- URL: https://github.com/athanclark/median-set
- Owner: athanclark
- License: bsd-3-clause
- Created: 2015-12-14T10:01:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-17T19:31:37.000Z (over 10 years ago)
- Last Synced: 2024-12-28T16:38:17.455Z (over 1 year ago)
- Topics: haskell, incremental, median, zipper
- Language: HTML
- Size: 188 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# median-set
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