aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStewart Stewart <stewinsalot@gmail.com>2015-08-11 17:42:01 -0700
committerStewart Stewart <stewinsalot@gmail.com>2015-08-11 17:42:01 -0700
commit713299999fb163fb34d99cceb5fb4cf8e493f02a (patch)
tree4a103c0320f53c73657ce6c1560e619d2b28c6cf
parent29937e424c53ed5a2c269bf490e63c17ee5e5cc2 (diff)
downloadspn-combinatory-logic-713299999fb163fb34d99cceb5fb4cf8e493f02a.tar.gz
spn-combinatory-logic-713299999fb163fb34d99cceb5fb4cf8e493f02a.tar.bz2
spn-combinatory-logic-713299999fb163fb34d99cceb5fb4cf8e493f02a.zip
added link to bracket abstraction info
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9918940..43b2561 100644
--- a/README.md
+++ b/README.md
@@ -56,3 +56,9 @@ p(qr)
As in a typical project: `sbt test` and `sbt compile` will test and compile your code.
With utest, you can run `test-only -- Tests --trace=false` in sbt to supress the stack trace.
+
+
+#### More
+
+Check out [this page](http://www.cantab.net/users/antoni.diller/brackets/intro.html)
+to learn more about combinatory logic and bracket abstraction algorithms.