summaryrefslogtreecommitdiff
path: root/compiler/types/TyCoFVs.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/types/TyCoFVs.hs')
-rw-r--r--compiler/types/TyCoFVs.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/types/TyCoFVs.hs b/compiler/types/TyCoFVs.hs
index 10dc6453b0..c81c009029 100644
--- a/compiler/types/TyCoFVs.hs
+++ b/compiler/types/TyCoFVs.hs
@@ -811,7 +811,7 @@ types/kinds are fully settled and zonked.
--
-- It is also meant to be stable: that is, variables should not
-- be reordered unnecessarily. This is specified in Note [ScopedSort]
--- See also Note [Ordering of implicit variables] in RnTypes
+-- See also Note [Ordering of implicit variables] in GHC.Rename.Types
scopedSort :: [TyCoVar] -> [TyCoVar]
scopedSort = go [] []