diff options
Diffstat (limited to 'testsuite/tests/polykinds/T9222.stderr')
-rw-r--r-- | testsuite/tests/polykinds/T9222.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/polykinds/T9222.stderr b/testsuite/tests/polykinds/T9222.stderr index 1732bbc12a..c8e98be09a 100644 --- a/testsuite/tests/polykinds/T9222.stderr +++ b/testsuite/tests/polykinds/T9222.stderr @@ -8,7 +8,7 @@ T9222.hs:14:3: error: at T9222.hs:14:3-43 ‘c’ is a rigid type variable bound by the type of the constructor ‘Want’: - forall {i1} {j1} (a :: (i1, j1)) (b :: i1) (c :: j1). + forall {k1} {j1} (a :: (k1, j1)) (b :: k1) (c :: j1). ((a ~ '(b, c)) => Proxy b) -> Want a at T9222.hs:14:3-43 • In the ambiguity check for ‘Want’ |