shithub: MicroHs

Download patch

ref: f0cf670c61186245cc88ecbb3c7669880a48f8f0
parent: 659fb88806329f939eb224f769dc9226935875db
author: Lennart Augustsson <augustss@Lennarts-Mini.augustsson.net>
date: Tue Nov 12 05:11:00 EST 2024

Update error message

--- a/tests/errmsg.test
+++ b/tests/errmsg.test
@@ -117,7 +117,7 @@
 a = 'a'
 -----
 mhs: "../tmp/E.hs": line 5, col 5: Cannot satisfy constraint: (Char ~ Int)
-
+     fully qualified: (Primitives.~ Primitives.Char Primitives.Int)
 =====
 module E() where
 import Prelude
--