A intepreter for a dependently typed language with inductive and coinductive data types
How to build the project
Install nix with
curl -L https://nixos.org/nix/install | sh
From the root directory run
nix-shell
Build with cabal
cabal build
You can also run the tests with
cabal test