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, 10 insertions, 4 deletions
diff --git a/testsuite/tests/polykinds/T8616.stderr b/testsuite/tests/polykinds/T8616.stderr
index 6249bf7b62..9aa4ab50d9 100644
--- a/testsuite/tests/polykinds/T8616.stderr
+++ b/testsuite/tests/polykinds/T8616.stderr
@@ -1,8 +1,14 @@
-T8616.hs:8:29: error:
- • Expected a type, but ‘(Any :: k)’ has kind ‘k’
- • In an expression type signature: (Any :: k)
- In the expression: undefined :: (Any :: k)
+T8616.hs:8:16: error:
+ • Couldn't match kind ‘k’ with ‘*’
+ ‘k’ is a rigid type variable bound by
+ the type signature for:
+ withSomeSing :: forall k (kproxy :: k). Proxy kproxy
+ at T8616.hs:7:1-50
+ When matching types
+ a0 :: *
+ Any :: k
+ • In the expression: undefined :: (Any :: k)
In an equation for ‘withSomeSing’:
withSomeSing = undefined :: (Any :: k)
• Relevant bindings include