From: chak Date: Wed, 12 Dec 2001 05:23:34 +0000 (+0000) Subject: [project @ 2001-12-12 05:23:34 by chak] X-Git-Tag: Approximately_9120_patches~409 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d39ac95d83935c361561f6782238419f3725a651;p=ghc-hetmet.git [project @ 2001-12-12 05:23:34 by chak] wibble --- diff --git a/ghc/docs/comm/the-beast/prelude.html b/ghc/docs/comm/the-beast/prelude.html index dd9717e..87c16fe 100644 --- a/ghc/docs/comm/the-beast/prelude.html +++ b/ghc/docs/comm/the-beast/prelude.html @@ -119,8 +119,9 @@ floatPrimTyConKey = mkPreludeTyConUnique 11 on the suffix _RDR and are of type RdrName (an example, is times_RDR, which represents the lexeme *). The names are used in locations where they pass - through the renamer anyway (e.g., code generated from deriving clauses), - which will take care of adding uniqueness information. + through the renamer anyway (e.g., special constructors encountered by + the parser, such as [], and code generated from deriving clauses), which + will take care of adding uniqueness information.

The module PrelInfo @@ -131,7 +132,7 @@ floatPrimTyConKey = mkPreludeTyConUnique 11

-Last modified: Mon Nov 26 19:29:33 EST 2001 +Last modified: Tue Dec 11 17:54:07 EST 2001