summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcRules.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/typecheck/TcRules.hs')
-rw-r--r--compiler/typecheck/TcRules.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcRules.hs b/compiler/typecheck/TcRules.hs
index 192a82c56a..e63e670e03 100644
--- a/compiler/typecheck/TcRules.hs
+++ b/compiler/typecheck/TcRules.hs
@@ -108,7 +108,7 @@ tcRule (HsRule { rd_ext = ext
-- RULE: forall v. fst (ss v) = fst v
-- The type of the rhs of the rule is just a, but v::(a,(b,c))
--
- -- We also need to get the completely-uconstrained tyvars of
+ -- We also need to get the completely-unconstrained tyvars of
-- the LHS, lest they otherwise get defaulted to Any; but we do that
-- during zonking (see TcHsSyn.zonkRule)