From 687df79879ce79436c9e908c0cda17a2b0d1f9cc Mon Sep 17 00:00:00 2001 From: Ian Grant Jeffries Date: Sun, 3 Nov 2019 22:50:16 -0500 Subject: [PATCH] Drop link to kit. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61e021f..7ca125d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Bowtie is a small programming language for educational use. It's a subset of Haskell (in fact a subset of Elm!) with algebraic types, pattern matching, recursive 'let', parametric polymorphism, and not much else. -Bowtie is designed to support a WIP [book](http://lambdakit.com/) and [kit](https://github.com/seagreen/bowtie-kit), but those are at a higher level of concern than the language, so this is the only reference to them in this repo. +Bowtie is designed to support a WIP [book](http://lambdakit.com/), but those are at a higher level of concern than the language, so this is the only reference to them in this repo. # In this repo