From f0cf670c61186245cc88ecbb3c7669880a48f8f0 Mon Sep 17 00:00:00 2001 From: Lennart Augustsson Date: Tue, 12 Nov 2024 10:11:00 +0100 Subject: [PATCH] Update error message --- tests/errmsg.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/errmsg.test b/tests/errmsg.test index 098e219e..415ebebe 100644 --- a/tests/errmsg.test +++ b/tests/errmsg.test @@ -117,7 +117,7 @@ a :: Int 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