From: simonmar Date: Thu, 6 Oct 2005 10:41:15 +0000 (+0000) Subject: [project @ 2005-10-06 10:41:15 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~186 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=89f70afedb1ac0900ed132e3b161316345a9b7ee;p=ghc-hetmet.git [project @ 2005-10-06 10:41:15 by simonmar] comment typo From: Autrijus Tang --- diff --git a/ghc/compiler/types/TyCon.lhs b/ghc/compiler/types/TyCon.lhs index 3bec98d..0914b46 100644 --- a/ghc/compiler/types/TyCon.lhs +++ b/ghc/compiler/types/TyCon.lhs @@ -102,7 +102,7 @@ data TyCon algTcFields :: [(FieldLabel, Type, Id)], -- Its fields (empty if none): -- * field name - -- * its type (scoped over tby tyConTyVars) + -- * its type (scoped over by tyConTyVars) -- * record selector (name = field name) algTcStupidTheta :: [PredType], -- The "stupid theta" for the data type