shithub: MicroHs

Download patch

ref: ff08ce681bc4c4f4bca1ab5fdb06b3bde4ffd701
parent: 54375d3ce8be4ca4648ffca7fe05548dbb2bb923
author: Lennart Augustsson <lennart@augustsson.net>
date: Sat Mar 30 17:17:28 EDT 2024

More to do

--- a/TODO
+++ b/TODO
@@ -36,8 +36,11 @@
 * Ad hoc fix for f.g: check if g is a field
 * Divide lib into different packages
 * Sync lib with GHC base
+* Handle closing of Handle properly (don't crash on multiple close)
+  - implement ForeignPtr with finalizers for this.
+* Use finalizers for alloca?
+* Better naming of internal identifiers
 
 Bugs:
 * Missing IO in ccall show wrong location
-* Limited class imports hide default methods
 * Check for escaping skolemized variables
--