From d39ac95d83935c361561f6782238419f3725a651 Mon Sep 17 00:00:00 2001 From: chak Date: Wed, 12 Dec 2001 05:23:34 +0000 Subject: [PATCH] [project @ 2001-12-12 05:23:34 by chak] wibble --- ghc/docs/comm/the-beast/prelude.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 1.7.10.4