[project @ 2004-07-19 11:26:13 by simonpj]
[ghc-hetmet.git] / ghc / compiler / basicTypes / Var.lhs
index 06514e2..350986e 100644 (file)
@@ -70,7 +70,7 @@ data Var
                                        -- cached here for speed
        tyVarKind :: Kind }
 
-  | TcTyVar {                  -- Used only during type inference
+  | TcTyVar {                          -- Used only during type inference
        varName        :: !Name,        -- Could we get away without a Name?
        realUnique     :: FastInt,
        tyVarKind      :: Kind,