summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T6054.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T6054.stderr')
-rw-r--r--testsuite/tests/polykinds/T6054.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/polykinds/T6054.stderr b/testsuite/tests/polykinds/T6054.stderr
index c8b39b06ad..800b5599ce 100644
--- a/testsuite/tests/polykinds/T6054.stderr
+++ b/testsuite/tests/polykinds/T6054.stderr
@@ -3,7 +3,7 @@ T6054.hs:7:14: error:
• No instance for (Bar '() a0)
arising from an expression type signature
• In the first argument of ‘print’, namely
- ‘(Proxy :: Bar () a => Proxy a)’
- In the expression: print (Proxy :: Bar () a => Proxy a)
+ ‘(Proxy :: Bar '() a => Proxy a)’
+ In the expression: print (Proxy :: Bar '() a => Proxy a)
In an equation for ‘foo’:
- foo = print (Proxy :: Bar () a => Proxy a)
+ foo = print (Proxy :: Bar '() a => Proxy a)