From f537565453004c74d2e78d9cce50752ee90b07a6 Mon Sep 17 00:00:00 2001 From: Ian Grant Jeffries Date: Thu, 27 Jul 2023 13:52:08 -0400 Subject: [PATCH] Remove book reference, never got to it --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2b4f0ea..8290bf0 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ 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/), but it's at a higher level of concern than the language, so this is the only reference to it in this repo. - # In this repo ![modules](./bowtie/misc/generated/modules.svg)