Haskell library for symbolic computation.
You will need ghc, stack and cabal. Recommended way to install is via Haskell platform.
To build the project, use
stack build
To run tests, use
stack test
To run benchmarks, use
stack bench
Pretty benchmark report (like this one) can be obtained with
stack bench --ba "--output report.html"