summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/T2203a.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/indexed-types/should_fail/T2203a.stderr')
-rw-r--r--testsuite/tests/indexed-types/should_fail/T2203a.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/T2203a.stderr b/testsuite/tests/indexed-types/should_fail/T2203a.stderr
new file mode 100644
index 0000000000..cd12f6a7be
--- /dev/null
+++ b/testsuite/tests/indexed-types/should_fail/T2203a.stderr
@@ -0,0 +1,5 @@
+
+T2203a.hs:13:19:
+ Illegal type synonym family application in instance:
+ Either a (TheFoo a)
+ In the instance declaration for `Bar (Either a (TheFoo a))'