summaryrefslogtreecommitdiff
path: root/compiler/GHC/Rename/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Rename/Types.hs')
-rw-r--r--compiler/GHC/Rename/Types.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Rename/Types.hs b/compiler/GHC/Rename/Types.hs
index a2d887bad0..d633ac6593 100644
--- a/compiler/GHC/Rename/Types.hs
+++ b/compiler/GHC/Rename/Types.hs
@@ -1462,7 +1462,7 @@ must come after any variables mentioned in their kinds.
The k comes first because a depends on k, even though the k appears later than
the a in the code. Thus, GHC does ScopedSort on the variables.
-See Note [ScopedSort] in Type.
+See Note [ScopedSort] in GHC.Core.Type.
Implicitly bound variables are collected by any function which returns a
FreeKiTyVars, FreeKiTyVarsWithDups, or FreeKiTyVarsNoDups, which notably