summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_fail/BadTelescope4.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/dependent/should_fail/BadTelescope4.stderr')
-rw-r--r--testsuite/tests/dependent/should_fail/BadTelescope4.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/dependent/should_fail/BadTelescope4.stderr b/testsuite/tests/dependent/should_fail/BadTelescope4.stderr
index 039389bed0..3ffec6407f 100644
--- a/testsuite/tests/dependent/should_fail/BadTelescope4.stderr
+++ b/testsuite/tests/dependent/should_fail/BadTelescope4.stderr
@@ -1,7 +1,7 @@
BadTelescope4.hs:9:1: error:
• The kind of ‘Bad’ is ill-scoped
- Inferred kind: Bad :: forall k (b :: Proxy a). forall (a :: k) ->
+ Inferred kind: Bad :: forall {k} (b :: Proxy a). forall (a :: k) ->
Proxy b -> forall (d :: Proxy a) -> SameKind b d -> *
NB: Inferred variables
(namely: k) always come first