[project @ 2000-12-19 08:34:40 by simonpj]
[ghc-hetmet.git] / ghc / compiler / basicTypes / Id.lhs
index 64f32ff..495ee67 100644 (file)
@@ -160,6 +160,7 @@ mkTemplateLocals tys = zipWith (mkSysLocal SLIT("tpl"))
                               tys
 
 mkTemplateLocalsNum :: Int -> [Type] -> [Id]
+-- The Int gives the starting point for unique allocation
 mkTemplateLocalsNum n tys = zipWith (mkSysLocal SLIT("tpl"))
                               (getNumBuiltinUniques n (length tys))
                               tys