summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T17380.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/th/T17380.stderr')
-rw-r--r--testsuite/tests/th/T17380.stderr12
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/tests/th/T17380.stderr b/testsuite/tests/th/T17380.stderr
index 3773c76400..b9e1430ff7 100644
--- a/testsuite/tests/th/T17380.stderr
+++ b/testsuite/tests/th/T17380.stderr
@@ -1,29 +1,29 @@
-T17380.hs:9:7: error:
+T17380.hs:9:7: error: [GHC-83865]
• Couldn't match expected type: Solo (Maybe String)
with actual type: Maybe String
• In the expression: Just "wat"
In an equation for ‘foo’: foo = Just "wat"
-T17380.hs:12:8: error:
+T17380.hs:12:8: error: [GHC-83865]
• Couldn't match expected type: Maybe String
with actual type: Solo (Maybe String)
• In the expression: Solo Just "wat"
In an equation for ‘bar’: bar = (Solo Just "wat")
-T17380.hs:15:6: error:
+T17380.hs:15:6: error: [GHC-83865]
• Couldn't match expected type: Solo (Maybe String)
with actual type: Maybe String
• In the pattern: Just "wat"
In an equation for ‘baz’: baz (Just "wat") = Just "frerf"
-T17380.hs:18:7: error:
+T17380.hs:18:7: error: [GHC-83865]
• Couldn't match expected type: Maybe String
with actual type: Solo (Maybe String)
• In the pattern: Solo(Just "wat")
In an equation for ‘quux’: quux (Solo(Just "wat")) = Just "frerf"
-T17380.hs:21:8: error:
+T17380.hs:21:8: error: [GHC-83865]
• Couldn't match type: Maybe String
with: 'Solo (Maybe String)
Expected: Proxy ('Solo (Maybe String))
@@ -31,7 +31,7 @@ T17380.hs:21:8: error:
• In the expression: Proxy :: Proxy (Maybe String)
In an equation for ‘quuz’: quuz = Proxy :: Proxy (Maybe String)
-T17380.hs:24:8: error:
+T17380.hs:24:8: error: [GHC-83865]
• Couldn't match type: 'Solo (Maybe String)
with: Maybe String
Expected: Proxy (Maybe String)