summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T18451b.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T18451b.stderr')
-rw-r--r--testsuite/tests/polykinds/T18451b.stderr7
1 files changed, 0 insertions, 7 deletions
diff --git a/testsuite/tests/polykinds/T18451b.stderr b/testsuite/tests/polykinds/T18451b.stderr
deleted file mode 100644
index 9389400d6d..0000000000
--- a/testsuite/tests/polykinds/T18451b.stderr
+++ /dev/null
@@ -1,7 +0,0 @@
-
-T18451b.hs:11:15: error: [GHC-97739]
- • These kind and type variables: a b (c :: Const Type b)
- are out of dependency order. Perhaps try this ordering:
- (b :: k) (a :: Const (*) b) (c :: Const (*) b)
- • In the type signature:
- foo :: forall a b (c :: Const Type b). Proxy '[a, c]