Small comment only
authorsimonpj@microsoft.com <unknown>
Sat, 29 Sep 2007 10:43:09 +0000 (10:43 +0000)
committersimonpj@microsoft.com <unknown>
Sat, 29 Sep 2007 10:43:09 +0000 (10:43 +0000)
compiler/types/TyCon.lhs

index 87ae25d..0ac3bf0 100644 (file)
@@ -814,7 +814,7 @@ tcExpandTyCon_maybe, coreExpandTyCon_maybe
                  Type,                 -- Body type (not yet substituted)
                  [Type])               -- Leftover args
 
--- For the *typechecker* view, we expand synonyms only
+-- For the *typechecker* view, we expand (closed) synonyms only
 tcExpandTyCon_maybe (SynTyCon {tyConTyVars = tvs, 
                               synTcRhs = SynonymTyCon rhs }) tys
    = expand tvs rhs tys