summaryrefslogtreecommitdiff
path: root/compiler/GHC/Rename/Module.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Rename/Module.hs')
-rw-r--r--compiler/GHC/Rename/Module.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/GHC/Rename/Module.hs b/compiler/GHC/Rename/Module.hs
index 8bb8557186..2eb048f3f6 100644
--- a/compiler/GHC/Rename/Module.hs
+++ b/compiler/GHC/Rename/Module.hs
@@ -763,10 +763,10 @@ rnFamEqn doc atfi extra_kvars
-- See Note [Renaming associated types].
-- Per that Note, the LHS type variables consist of:
--
- -- * The variables mentioned in the instance's type patterns
+ -- - The variables mentioned in the instance's type patterns
-- (pat_fvs), and
--
- -- * The variables mentioned in an outermost kind signature on the
+ -- - The variables mentioned in an outermost kind signature on the
-- RHS. This is a subset of `rhs_fvs`. To compute it, we look up
-- each RdrName in `extra_kvars` to find its corresponding Name in
-- the LocalRdrEnv.