shithub: MicroHs

Download patch

ref: 35f0221df8568056c7b031c83d7657375a4e2797
parent: a5e132e282f83e423308ffb6e1e4c56e374b363a
author: Lennart Augustsson <lennart@augustsson.net>
date: Tue Jan 16 03:10:20 EST 2024

Mention StandaloneKindSignatures

--- a/README.md
+++ b/README.md
@@ -58,6 +58,7 @@
    * NegativeLiterals
    * NoFieldSelectors
    * NoMonomorphismRestriction
+   * NoStarIsType
    * OverlappingInstances
    * OverloadedRecordDot
    * OverloadedRecordUpdate
@@ -66,7 +67,7 @@
    * RecordWildCards
    * QualifiedDo
    * ScopedTypeVariables
-   * StarIsType
+   * StandaloneKindSignatures
    * TupleSections
    * TypeLits
    * TypeSynonymInstances
--