From 286d0bb22ff08ee07e521a89c512f598ac9bc774 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sat, 23 May 2020 14:46:11 +0200 Subject: Add a readme --- README.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..e1aeee9 --- /dev/null +++ b/README.txt @@ -0,0 +1,8 @@ +This is an equational reasoning tool for an untyped lambda calculus, with some +additions inspired by Haskell (data constructors and case statements). + +The CLI is passed an environment (a list of top-level definitions), and allows +you to selectively rewrite environment definitions into other environment +definitions, as well as perform certain simplifications. A history of +modifications is retained, and a reproducible log of operations can be +requested. -- cgit v1.2.3