summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcBackpack.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/typecheck/TcBackpack.hs')
-rw-r--r--compiler/typecheck/TcBackpack.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/typecheck/TcBackpack.hs b/compiler/typecheck/TcBackpack.hs
index a2e5abef9e..2b4b05cd9b 100644
--- a/compiler/typecheck/TcBackpack.hs
+++ b/compiler/typecheck/TcBackpack.hs
@@ -438,8 +438,8 @@ inheritedSigPvpWarning =
-- the export lists of two signatures is just merging the declarations
-- of two signatures writ small. Of course, in GHC Haskell, there are a
-- few important things which are not explicitly exported but still can
--- be used: in particular, dictionary functions for instances and
--- coercion axioms for type families also count.
+-- be used: in particular, dictionary functions for instances, Typeable
+-- TyCon bindings, and coercion axioms for type families also count.
--
-- When handling these non-exported things, there two primary things
-- we need to watch out for: