summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail043.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail043.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail043.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail043.stderr b/testsuite/tests/typecheck/should_fail/tcfail043.stderr
index e30b7c6aaa..d01ba0a577 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail043.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail043.stderr
@@ -1,5 +1,5 @@
-tcfail043.hs:38:17: error:
+tcfail043.hs:38:17: error: [GHC-39999]
• Ambiguous type variable ‘a0’ arising from a use of ‘gt’
prevents the constraint ‘(Ord_ a0)’ from being solved.
Relevant bindings include
@@ -22,7 +22,7 @@ tcfail043.hs:38:17: error:
else
if eq a (hd bs) then True else search a (tl bs)
-tcfail043.hs:40:25: error:
+tcfail043.hs:40:25: error: [GHC-39999]
• Ambiguous type variable ‘a0’ arising from a use of ‘eq’
prevents the constraint ‘(Eq_ a0)’ from being solved.
Relevant bindings include