summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/SimpleFail11b.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/indexed-types/should_fail/SimpleFail11b.stderr')
-rw-r--r--testsuite/tests/indexed-types/should_fail/SimpleFail11b.stderr10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/SimpleFail11b.stderr b/testsuite/tests/indexed-types/should_fail/SimpleFail11b.stderr
new file mode 100644
index 0000000000..f32fe3a2bb
--- /dev/null
+++ b/testsuite/tests/indexed-types/should_fail/SimpleFail11b.stderr
@@ -0,0 +1,10 @@
+
+SimpleFail11b.hs:9:15:
+ Conflicting family instance declarations:
+ data instance C9 [a] Int -- Defined at SimpleFail11b.hs:9:15-16
+ data instance C9 [a] Int -- Defined at SimpleFail11b.hs:7:15-16
+
+SimpleFail11b.hs:15:15:
+ Conflicting family instance declarations:
+ type instance D9 [a] Int -- Defined at SimpleFail11b.hs:15:15-16
+ type instance D9 [a] Int -- Defined at SimpleFail11b.hs:13:15-16