summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T8616.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T8616.stderr')
-rw-r--r--testsuite/tests/polykinds/T8616.stderr14
1 files changed, 8 insertions, 6 deletions
diff --git a/testsuite/tests/polykinds/T8616.stderr b/testsuite/tests/polykinds/T8616.stderr
index 5c8449826d..00c9c6328e 100644
--- a/testsuite/tests/polykinds/T8616.stderr
+++ b/testsuite/tests/polykinds/T8616.stderr
@@ -1,7 +1,9 @@
-T8616.hs:8:29:
- Expected a type, but ‘Any’ has kind ‘k’
- In an expression type signature: (Any :: k)
- In the expression: undefined :: (Any :: k)
- In an equation for ‘withSomeSing’:
- withSomeSing = undefined :: (Any :: k)
+T8616.hs:8:29: error:
+ • Expected a type, but ‘Any’ has kind ‘k’
+ • In an expression type signature: (Any :: k)
+ In the expression: undefined :: (Any :: k)
+ In an equation for ‘withSomeSing’:
+ withSomeSing = undefined :: (Any :: k)
+ • Relevant bindings include
+ withSomeSing :: Proxy kproxy (bound at T8616.hs:8:1)