https://github.com/joelburget/isl-hs
haskell bindings to the integer set library
https://github.com/joelburget/isl-hs
Last synced: 16 days ago
JSON representation
haskell bindings to the integer set library
- Host: GitHub
- URL: https://github.com/joelburget/isl-hs
- Owner: joelburget
- License: bsd-3-clause
- Created: 2018-11-13T21:29:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T18:32:10.000Z (8 months ago)
- Last Synced: 2025-06-10T15:56:15.332Z (17 days ago)
- Language: Haskell
- Size: 31.3 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# isl-hs
In-progress Haskell bindings to the integer set library.
[](https://travis-ci.org/joelburget/isl-hs)
## Building the package
* Run `nix-build release.nix`
## Development
* Enter a development environment: `nix-shell`
Then:
* Start a REPL: `cabal repl lib:isl-hs`
* Run ghcid: `ghcid --command "cabal repl lib:isl-hs"`