summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/NotRelaxedExamples.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/indexed-types/should_fail/NotRelaxedExamples.stderr')
-rw-r--r--testsuite/tests/indexed-types/should_fail/NotRelaxedExamples.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/NotRelaxedExamples.stderr b/testsuite/tests/indexed-types/should_fail/NotRelaxedExamples.stderr
index 8664c7ba7b..500be78a5f 100644
--- a/testsuite/tests/indexed-types/should_fail/NotRelaxedExamples.stderr
+++ b/testsuite/tests/indexed-types/should_fail/NotRelaxedExamples.stderr
@@ -6,12 +6,12 @@ NotRelaxedExamples.hs:9:15: error:
NotRelaxedExamples.hs:10:15: error:
• The type family application ‘F2 [x]’
- is no smaller than the instance head
+ is no smaller than the instance head ‘F2 [x]’
(Use UndecidableInstances to permit this)
• In the type instance declaration for ‘F2’
NotRelaxedExamples.hs:11:15: error:
• The type family application ‘F3 [Char]’
- is no smaller than the instance head
+ is no smaller than the instance head ‘F3 Bool’
(Use UndecidableInstances to permit this)
• In the type instance declaration for ‘F3’