diff options
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -14,6 +14,19 @@ Based off of the untyped weak call-by-value lambda calculus in [1]. - Uniform Confluence +## Building + +Requirements: + +- [rocq](https://rocq-prover.org/) + +The project is built with the GNU build system, but skips the +configure step. Building is a one-liner. + +``` +$ make +``` + ## Citations 1. Forster, Smolka 2017, |
