summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T19665.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/T19665.hs')
-rw-r--r--testsuite/tests/typecheck/should_compile/T19665.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_compile/T19665.hs b/testsuite/tests/typecheck/should_compile/T19665.hs
index a6ba719718..ed1282faaa 100644
--- a/testsuite/tests/typecheck/should_compile/T19665.hs
+++ b/testsuite/tests/typecheck/should_compile/T19665.hs
@@ -1,8 +1,7 @@
{-# LANGUAGE ScopedTypeVariables, TypeApplications, TypeFamilies,
RoleAnnotations, FlexibleContexts, AllowAmbiguousTypes #-}
--- See Note [Deriveds do rewrite Deriveds] in GHC.Tc.Types.Constraint
--- for commentary.
+-- See #19665 for commentary.
module T19665 where