summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Utils/Unify.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Tc/Utils/Unify.hs')
-rw-r--r--compiler/GHC/Tc/Utils/Unify.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Tc/Utils/Unify.hs b/compiler/GHC/Tc/Utils/Unify.hs
index 892ab050d5..6675e38d6b 100644
--- a/compiler/GHC/Tc/Utils/Unify.hs
+++ b/compiler/GHC/Tc/Utils/Unify.hs
@@ -1583,7 +1583,7 @@ Needless to say, all three have wrinkles:
up a fresh gamma[n], and unify beta[k] := gamma[n].
* (TYVAR-TV) Unification variables. Suppose alpha[tyv,n] is a level-n
- TyVarTv (see Note [Signature skolems] in GHC.Tc.Types.TcType)? Now
+ TyVarTv (see Note [TyVarTv] in GHC.Tc.Types.TcMType)? Now
consider alpha[tyv,n] ~ Bool. We don't want to unify because that
would break the TyVarTv invariant.