aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2020-05-23 14:46:11 +0200
committerTom Smeding <tom.smeding@gmail.com>2020-05-23 14:46:11 +0200
commit286d0bb22ff08ee07e521a89c512f598ac9bc774 (patch)
tree71e62058800dfeae6899f669c1752535deac9cb6
parent92d244786ee551ebba842567e07660efe478deab (diff)
Add a readmeHEADmaster
-rw-r--r--README.txt8
1 files changed, 8 insertions, 0 deletions
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.