@hackage overeasy0.2.0
A purely functional E-Graph library
Categories
License
BSD-3-Clause
Maintainer
ejconlon@gmail.com
Links
Versions
Installation
Dependencies (13)
- algebraic-graphs >=0.5 && <0.7
- base >=4.12 && <5
- containers >=0.6 && <0.7
- deepseq >=1.4 && <1.5
- hashable >=1.3 && <1.5
- int-like >=0.1.1 && <0.2 Show all…
Dependents (0)
overeasy
A purely functional E-Graph library
Quick start
If you have stack installed (see below), try make ghci to hop into a REPL. Then try exampleMain or anything else from the Overeasy.Example module.
More on how to build and run
This repo is setup so you never have to cd out of the root directory.
To run the Haskell programs, you need stack installed on your system. This is an easy way to do so, but you can also check your package manager or use ghcup.
Most of the interesting stuff is going to be run in the test suite. Run it with make test. stack will get the appropriate Haskell compiler and package dependencies, and it will compile the project before running the test suite.