Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 563 Bytes

README.md

File metadata and controls

50 lines (40 loc) · 563 Bytes

mltt

An implementation of Martin-Löf Type Theory in Haskell.

Update to latest version of Cabal.

cabal update
cabal install cabal-install

Initialize a sandbox and install the package's dependencies.

make install

For Nix users:

make nix-shell

Configure & build the package.

make configure
make build

Test package.

make test

Run executable.

make run

Start REPL.

make repl

Generate documentation.

make haddock

Analyze coverage.

make hpc