summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_fail/T14066g.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/dependent/should_fail/T14066g.stderr')
-rw-r--r--testsuite/tests/dependent/should_fail/T14066g.stderr8
1 files changed, 5 insertions, 3 deletions
diff --git a/testsuite/tests/dependent/should_fail/T14066g.stderr b/testsuite/tests/dependent/should_fail/T14066g.stderr
index 22ca786343..23f0a4c9d0 100644
--- a/testsuite/tests/dependent/should_fail/T14066g.stderr
+++ b/testsuite/tests/dependent/should_fail/T14066g.stderr
@@ -1,7 +1,9 @@
T14066g.hs:9:1: error:
- • These kind and type variables: a (b :: a) (d :: SameKind c b)
- are out of dependency order. Perhaps try this ordering:
+ • The kind of ‘Q’ is ill-scoped
+ Inferred kind: Q :: forall (c :: a). forall a (b :: a) ->
+ SameKind c b -> *
+ NB: Specified variables (namely: (c :: a)) always come first
+ Perhaps try this order instead:
a (c :: a) (b :: a) (d :: SameKind c b)
- NB: Implicitly declared variables come before others.
• In the data type declaration for ‘Q’