shithub: MicroHs

Download patch

ref: 7dbe7a65c61f1c773c1f5adae8c88c8d0d02ba92
parent: 22e2124f4322b1b153824b1cd48831005a3e26cf
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Wed Sep 27 12:06:42 EDT 2023

Data.Integer is done

--- a/TODO
+++ b/TODO
@@ -4,10 +4,10 @@
 * Add overloading
 * Implement deriving
 * Make sure rank-N works correctly
+  - redo type checker
 * Add the possibility to save a compiler cache in a file
   - Add SHA checksumming to the C code
   - Use filename as the cache lookup key and SHA for validation
 * make the runtime system catch ^C and stop execution
 * use pointer stack during GC instead of recursion.
-* implement Data.Integer
 * add pretty printing library
--