From 8a6b73c2f818be805cf66e8ef165a383dfd8e173 Mon Sep 17 00:00:00 2001 From: Lennart Augustsson Date: Tue, 17 Sep 2024 01:19:17 +0200 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f088657d..dd5ac5a4 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,6 @@ Differences: * Many things that should be an error (but which are mostly harmless) are not reported. * Text file I/O uses UTF8, but the source code does not allow Unicode. * The `BangPatterns` extension is parsed, but only effective at the a top level `let`/`where`. - * Lazy patterns (`~pat`) are ignored. * More differences that I don't remember right now. Mutually recursive modules are allowed the same way as with GHC, using `.hs-boot` files.