shithub: MicroHs

Download patch

ref: e9f8af0dee004784c8cfac547f04100b192c4034
parent: 8d637be00504121ee2da2d5daf21e2c93e6d6951
parent: 8a6b73c2f818be805cf66e8ef165a383dfd8e173
author: Lennart Augustsson <lennart@augustsson.net>
date: Wed Sep 18 14:36:56 EDT 2024

Merge branch 'master' of github.com:augustss/MicroHs

--- a/README.md
+++ b/README.md
@@ -89,7 +89,6 @@
  * 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. 
--