summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/ExplicitForAllFams4b.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/indexed-types/should_fail/ExplicitForAllFams4b.stderr')
-rw-r--r--testsuite/tests/indexed-types/should_fail/ExplicitForAllFams4b.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/ExplicitForAllFams4b.stderr b/testsuite/tests/indexed-types/should_fail/ExplicitForAllFams4b.stderr
index c12678c32a..320592e8bb 100644
--- a/testsuite/tests/indexed-types/should_fail/ExplicitForAllFams4b.stderr
+++ b/testsuite/tests/indexed-types/should_fail/ExplicitForAllFams4b.stderr
@@ -4,7 +4,7 @@ ExplicitForAllFams4b.hs:8:24: error:
but not used in the family instance
• In the type instance declaration for ‘J’
-ExplicitForAllFams4b.hs:8:27: error:
+ExplicitForAllFams4b.hs:8:27: error: [GHC-34447]
Conflicting family instance declarations:
J [a] = Float -- Defined at ExplicitForAllFams4b.hs:8:27
J _ = Maybe b -- Defined at ExplicitForAllFams4b.hs:9:27
@@ -19,7 +19,7 @@ ExplicitForAllFams4b.hs:12:24: error:
but not bound on the LHS of the family instance
• In the data instance declaration for ‘K’
-ExplicitForAllFams4b.hs:12:27: error:
+ExplicitForAllFams4b.hs:12:27: error: [GHC-34447]
Conflicting family instance declarations:
K (a, Bool) -- Defined at ExplicitForAllFams4b.hs:12:27
K _ -- Defined at ExplicitForAllFams4b.hs:13:27
@@ -34,7 +34,7 @@ ExplicitForAllFams4b.hs:16:27: error:
but not bound on the LHS of the family instance
• In the newtype instance declaration for ‘L’
-ExplicitForAllFams4b.hs:16:30: error:
+ExplicitForAllFams4b.hs:16:30: error: [GHC-34447]
Conflicting family instance declarations:
L (a, Bool) -- Defined at ExplicitForAllFams4b.hs:16:30
L _ -- Defined at ExplicitForAllFams4b.hs:17:30