[project @ 2002-11-08 09:01:06 by simonpj]
[ghc-hetmet.git] / ghc / docs / comm / index.html
index a3362b0..224fb11 100644 (file)
@@ -52,6 +52,8 @@
     <h2>The Beast Dissected</h2>
     <p>
     <ul>
+      <li><a href="the-beast/coding-style.html">Coding style used in
+      the compiler</a>
       <li><a href="the-beast/driver.html">The Glorious Driver</a>
       <li><a href="the-beast/prelude.html">Primitives and the Prelude</a>
       <li><a href="the-beast/syntax.html">Just Syntax</a>
@@ -61,6 +63,7 @@
       <li><a href="the-beast/names.html">The truth about names: Names and OccNamesd</a> 
       <li><a href="the-beast/vars.html">The Real Story about Variables, Ids,
          TyVars, and the like</a> 
+      <li><a href="the-beast/data-types.html">Data types and constructors</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>