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