summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T9222.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T9222.hs')
-rw-r--r--testsuite/tests/polykinds/T9222.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/polykinds/T9222.hs b/testsuite/tests/polykinds/T9222.hs
index 3af1458427..d033b4016f 100644
--- a/testsuite/tests/polykinds/T9222.hs
+++ b/testsuite/tests/polykinds/T9222.hs
@@ -10,5 +10,8 @@ import Data.Proxy
-- So this program is erroneous. (But the original ticket was
-- a crash, and that's still fixed!)
+-- Apr 2020: with simple subsumption (#17775), the type isn't
+-- ambiguous any more
+
data Want :: (i,j) -> Type where
Want :: (a ~ '(b,c) => Proxy b) -> Want a