sphere:kw217$ cd ~/Own/fptools-4.xx-current/ghc/docs/users_guide/
sphere:users_guide$ cvs diff -r ghc-4-04 -r ghc-4-04-branch 
glasgow_exts.vsgml
Index: glasgow_exts.vsgml
===================================================================
RCS file: /home/cvs/root/fptools/ghc/docs/users_guide/glasgow_exts.vsgml
,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -u -r1.12 -r1.12.2.1
--- glasgow_exts.vsgml  1999/07/14 11:33:10     1.12
+++ glasgow_exts.vsgml  1999/08/02 09:53:31     1.12.2.1
@@ -1,5 +1,5 @@
 % 
-% $Id: glasgow_exts.vsgml,v 1.12 1999/07/14 11:33:10 simonmar Exp $
+% $Id: glasgow_exts.vsgml,v 1.12.2.1 1999/08/02 09:53:31 simonmar Exp $
 %
 % GHC Language Extensions.
 %
@@ -2127,8 +2127,8 @@
 <p>
 
 <itemize>
-<item> Use @-fddump-rules@ to see what transformation rules GHC is 
using.
-<item> Use @-fddump-simpl-stats@ to see what rules are being fired.
+<item> Use @-ddump-rules@ to see what transformation rules GHC is 
using.
+<item> Use @-ddump-simpl-stats@ to see what rules are being fired.
 <item> The defintion of (say) @build@ in @PrelBase.lhs@ looks llike 
this:
 <tscreen><verb>
        build   :: forall a. (forall b. (a -> b -> b) -> b -> b) -> [a]
sphere:users_guide$ 


In other words, it's fixed already in patchlevel 1.

--KW 8-)
-- 
: Keith Wansbrough, MSc, BSc(Hons) (Auckland) ------------------------:
: PhD Student, Computer Laboratory, University of Cambridge, England. :
:  (and recently of the University of Glasgow, Scotland. [><] )       :
: Native of Antipodean Auckland, New Zealand: 174d47' E, 36d55' S.    :
: http://www.cl.cam.ac.uk/users/kw217/  mailto:[EMAIL PROTECTED]     :
:---------------------------------------------------------------------:

Reply via email to