[project @ 2002-02-05 15:34:32 by simonpj]
authorsimonpj <unknown>
Tue, 5 Feb 2002 15:34:32 +0000 (15:34 +0000)
committersimonpj <unknown>
Tue, 5 Feb 2002 15:34:32 +0000 (15:34 +0000)
Add a bit of renamer documentation

ghc/docs/comm/index.html
ghc/docs/comm/the-beast/basicTypes.html
ghc/docs/comm/the-beast/vars.html

index e38f713..2719e73 100644 (file)
@@ -51,6 +51,7 @@
       <li><a href="the-beast/basicTypes.html">The Basics</a>
       <li><a href="the-beast/modules.html">Modules, ModuleNames and Packages</a>
       <li><a href="the-beast/vars.html">The Real Story about Variables, Ids, TyVars, and the like</a>
+      <li><a href="the-beast/renamer.html">The Glorious Renamer</a>
       <li><a href="the-beast/typecheck.html">Checking Types</a>
       <li><a href="the-beast/desugar.html">Sugar Free: From Haskell To Core</a>
       <li><a href="the-beast/simplifier.html">The Mighty Simplifier</a>
index 70772ae..ca56d6b 100644 (file)
        href="http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/ghc/compiler/basicTypes/"><code>fptools/ghc/compiler/basicTypes/</code></a> 
       contains modules that define some of the essential types definition for
       the compiler - such as, identifiers, variables, modules, and unique
-      names.  Some of those are discussed in the following.  Some more
-      detailed information on <code>Var</code>s, <code>Id</code>s, and
-      <code>TyVar</code>s is provided <a href="vars.html">elsewhere.</a>
+      names.  Some of those are discussed in the following.  See elsewhere for more
+      detailed information on:
+      <ul>
+      <li> <a href="vars.html"><code>Var</code>s, <code>Id</code>s, and <code>TyVar</code>s</a>
+      <li> <a href="renamer.html"><code>OccName</code>s, <code>RdrName</code>s, and <code>Names</code>s</a>
+      </ul>
 
     <h2>Elementary Types</h2>
 
index 455cc31..d7d700b 100644 (file)
@@ -231,3 +231,4 @@ Last modified: Tue Nov 13 14:11:35 EST 2001
     </small>
   </body>
 </html>
+