summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_fail/T15591b.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/dependent/should_fail/T15591b.stderr')
-rw-r--r--testsuite/tests/dependent/should_fail/T15591b.stderr9
1 files changed, 5 insertions, 4 deletions
diff --git a/testsuite/tests/dependent/should_fail/T15591b.stderr b/testsuite/tests/dependent/should_fail/T15591b.stderr
index 838ee51c8f..91d9a948f4 100644
--- a/testsuite/tests/dependent/should_fail/T15591b.stderr
+++ b/testsuite/tests/dependent/should_fail/T15591b.stderr
@@ -1,7 +1,8 @@
T15591b.hs:9:3: error:
- • These kind and type variables: a c
- are out of dependency order. Perhaps try this ordering:
- a (b :: Proxy a) (c :: Proxy b)
- NB: Implicitly declared variables come before others.
+ • The kind of ‘T4’ is ill-scoped
+ Inferred kind: T4 :: forall (b :: Proxy a). forall a ->
+ Proxy b -> *
+ NB: Inferred variables (namely: (b :: Proxy a)) always come first
+ Perhaps try this order instead: a (b :: Proxy a) (c :: Proxy b)
• In the associated type family declaration for ‘T4’