summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T14273.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/T14273.stderr')
-rw-r--r--testsuite/tests/typecheck/should_compile/T14273.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/typecheck/should_compile/T14273.stderr b/testsuite/tests/typecheck/should_compile/T14273.stderr
index 07cbffe650..050bb5fd2e 100644
--- a/testsuite/tests/typecheck/should_compile/T14273.stderr
+++ b/testsuite/tests/typecheck/should_compile/T14273.stderr
@@ -1,5 +1,5 @@
-T14273.hs:7:27: warning: [-Wdeferred-type-errors (in -Wdefault)]
+T14273.hs:7:27: warning: [GHC-39999] [-Wdeferred-type-errors (in -Wdefault)]
• Could not deduce ‘Show a1’ arising from a use of ‘show’
from the context: Show a
bound by the type signature for:
@@ -17,7 +17,7 @@ T14273.hs:7:27: warning: [-Wdeferred-type-errors (in -Wdefault)]
In the expression: Just (show _a)
In an equation for ‘pleaseShow’: pleaseShow True a = Just (show _a)
-T14273.hs:7:32: warning: [-Wtyped-holes (in -Wdefault)]
+T14273.hs:7:32: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
• Found hole: _a :: a1
Where: ‘a1’ is an ambiguous type variable
Or perhaps ‘_a’ is mis-spelled, or not in scope
@@ -55,7 +55,7 @@ T14273.hs:7:32: warning: [-Wtyped-holes (in -Wdefault)]
(imported from ‘Prelude’ at T14273.hs:1:8-40
(and originally defined in ‘GHC.Float’))
-T14273.hs:13:10: warning: [-Wdeferred-type-errors (in -Wdefault)]
+T14273.hs:13:10: warning: [GHC-39999] [-Wdeferred-type-errors (in -Wdefault)]
• Ambiguous type variable ‘a0’ arising from a use of ‘show’
prevents the constraint ‘(Show a0)’ from being solved.
Probable fix: use a type annotation to specify what ‘a0’ should be.
@@ -69,7 +69,7 @@ T14273.hs:13:10: warning: [-Wdeferred-type-errors (in -Wdefault)]
• In the expression: show (_h ++ [])
In an equation for ‘foo’: foo xs = show (_h ++ [])
-T14273.hs:13:16: warning: [-Wtyped-holes (in -Wdefault)]
+T14273.hs:13:16: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
• Found hole: _h :: [a0]
Where: ‘a0’ is an ambiguous type variable
Or perhaps ‘_h’ is mis-spelled, or not in scope