diff options
Diffstat (limited to 'testsuite/tests/polykinds/T18451b.stderr')
-rw-r--r-- | testsuite/tests/polykinds/T18451b.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/polykinds/T18451b.stderr b/testsuite/tests/polykinds/T18451b.stderr index f426c73fa0..9389400d6d 100644 --- a/testsuite/tests/polykinds/T18451b.stderr +++ b/testsuite/tests/polykinds/T18451b.stderr @@ -1,5 +1,5 @@ -T18451b.hs:11:15: error: +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) |