shithub: MicroHs

Download patch

ref: d7ca6737c91c2c5e71c3617426d25ebb4a81d290
parent: daa225f700399e392406008431fca2a7e6e87b9f
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Thu Feb 15 10:08:16 EST 2024

Update for type inference

--- a/tests/errmsg.test
+++ b/tests/errmsg.test
@@ -17,13 +17,6 @@
 =====
 module E() where
 import Prelude
-x = y
------
-mhs: "../tmp/E.hs": line 4, col 1: undefined type signature: x
-
-=====
-module E() where
-import Prelude
 x :: Int
 x = y
 -----
--