shithub: MicroHs

Download patch

ref: a535b887272af84deb253ca32039c0a4be9611a8
parent: 685b2a193dd58cd099554e875d45755432f2a30f
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Sun Feb 18 14:15:21 EST 2024

Update README

--- a/README.md
+++ b/README.md
@@ -60,6 +60,7 @@
    * OverlappingInstances
    * OverloadedRecordDot
    * OverloadedRecordUpdate
+   * OverloadedStrings
    * PolyKinds
    * RankNTypes
    * RecordWildCards
@@ -177,6 +178,7 @@
 * `MakeCArray`, generate a C version of the combinator file.
 * `Parse`, parse and build and abstract syntax tree.
 * `StateIO`, state + IO monad.
+* `SymTab`, symbol table manipulation.
 * `TCMonad`, type checking monad.
 * `Translate`, convert an expression tree to its value.
 * `TypeCheck`, type checker.
--