From fb9d9ed9995c6e411f1223d5b53f7b8b6880573e Mon Sep 17 00:00:00 2001 From: Dan Rostovtsev Date: Sun, 29 Mar 2026 15:32:40 -0400 Subject: Simple build and README. --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..19c9833 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Lambda + +Fundamental objects and results in the untyped lambda calculus. + +Based off of the untyped weak call-by-value lambda calculus in [1]. + +## Main Features + +- Weak Call-by-Value Lambda Calculus + +- Beta-Reduction + +- Church-Rosser Properties + +- Uniform Confluence + +## Citations + +1. Forster, Smolka 2017, + *Weak Call-by-Value Lambda Calculus as a Model of Computation in Coq* -- cgit v1.3