[project @ 2001-10-31 16:17:59 by simonpj]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcType.lhs
index dbf52a6..c7af9ee 100644 (file)
@@ -177,6 +177,8 @@ type TcKind         = TcType
 
 TyVarDetails gives extra info about type variables, used during type
 checking.  It's attached to mutable type variables only.
 
 TyVarDetails gives extra info about type variables, used during type
 checking.  It's attached to mutable type variables only.
+It's knot-tied back to Var.lhs.  There is no reason in principle
+why Var.lhs shouldn't actually have the definition, but it "belongs" here.
 
 \begin{code}
 data TyVarDetails
 
 \begin{code}
 data TyVarDetails