From 5b9d0e0fd9994052226f064f27641fc93204a494 Mon Sep 17 00:00:00 2001 From: simonpj Date: Tue, 5 Feb 2002 15:34:32 +0000 Subject: [PATCH] [project @ 2002-02-05 15:34:32 by simonpj] Add a bit of renamer documentation --- ghc/docs/comm/index.html | 1 + ghc/docs/comm/the-beast/basicTypes.html | 9 ++++++--- ghc/docs/comm/the-beast/vars.html | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ghc/docs/comm/index.html b/ghc/docs/comm/index.html index e38f713..2719e73 100644 --- a/ghc/docs/comm/index.html +++ b/ghc/docs/comm/index.html @@ -51,6 +51,7 @@
  • The Basics
  • Modules, ModuleNames and Packages
  • The Real Story about Variables, Ids, TyVars, and the like +
  • The Glorious Renamer
  • Checking Types
  • Sugar Free: From Haskell To Core
  • The Mighty Simplifier diff --git a/ghc/docs/comm/the-beast/basicTypes.html b/ghc/docs/comm/the-beast/basicTypes.html index 70772ae..ca56d6b 100644 --- a/ghc/docs/comm/the-beast/basicTypes.html +++ b/ghc/docs/comm/the-beast/basicTypes.html @@ -12,9 +12,12 @@ href="http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/ghc/compiler/basicTypes/">fptools/ghc/compiler/basicTypes/ 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 Vars, Ids, and - TyVars is provided elsewhere. + names. Some of those are discussed in the following. See elsewhere for more + detailed information on: +

    Elementary Types

    diff --git a/ghc/docs/comm/the-beast/vars.html b/ghc/docs/comm/the-beast/vars.html index 455cc31..d7d700b 100644 --- a/ghc/docs/comm/the-beast/vars.html +++ b/ghc/docs/comm/the-beast/vars.html @@ -231,3 +231,4 @@ Last modified: Tue Nov 13 14:11:35 EST 2001 + -- 1.7.10.4