/isl-hs

haskell bindings to the integer set library

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

isl-hs

In-progress Haskell bindings to the integer set library.

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"