shithub: MicroHs

Download patch

ref: f529ba311b62096849a41cbed34df3ad4f84c622
parent: 5e4269979d59feca498eba9c7ea35c8b10712e28
author: Lennart Augustsson <lennart@augustsson.net>
date: Mon Feb 5 20:44:22 EST 2024

Update README.md

--- a/README.md
+++ b/README.md
@@ -37,7 +37,6 @@
 Differences:
  * Top level definitions must have a type signature.
  * Type/kind variables need an explicit `forall`.
- * There is no `Read` class.
  * There is only deriving for `Eq`, `Ord`, `Show`, and `Typeable`.
  * Indentation is handled a little differently; one-line `let`, `case`, and `do` must use explicit braces.
  * The `Prelude` has to be imported explicitly.
--