summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/T17008a.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/indexed-types/should_fail/T17008a.stderr')
-rw-r--r--testsuite/tests/indexed-types/should_fail/T17008a.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/T17008a.stderr b/testsuite/tests/indexed-types/should_fail/T17008a.stderr
index 795506e3b3..86d13d9ba8 100644
--- a/testsuite/tests/indexed-types/should_fail/T17008a.stderr
+++ b/testsuite/tests/indexed-types/should_fail/T17008a.stderr
@@ -1,7 +1,7 @@
T17008a.hs:11:5: error:
- • Type variable ‘a1’ is mentioned in the RHS,
+ • Type variable ‘a2’ is mentioned in the RHS,
but not bound on the LHS of the family instance
- The real LHS (expanding synonyms) is: F @a2 x
+ The real LHS (expanding synonyms) is: F @a1 x
• In the equations for closed type family ‘F’
In the type family declaration for ‘F’