From e88761542a2402cf8128b897ba33d21e06f722e9 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 6 Jul 1999 15:23:17 +0000 Subject: [PATCH] [project @ 1999-07-06 15:23:17 by simonmar] -ddump-rdr is now -ddump-parsed --- ghc/docs/users_guide/debugging.vsgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/docs/users_guide/debugging.vsgml b/ghc/docs/users_guide/debugging.vsgml index 4f8b0ca..2d99076 100644 --- a/ghc/docs/users_guide/debugging.vsgml +++ b/ghc/docs/users_guide/debugging.vsgml @@ -104,7 +104,7 @@ output) by using @-ddump-all@, or most of them with @-ddump-most@. Some of the most useful ones are: -@-ddump-rdr@: reader output (earliest stuff in the compiler) +@-ddump-parsed@: oarser output @-ddump-rn@: renamer output @-ddump-tc@: typechecker output @-ddump-deriv@: derived instances @@ -126,7 +126,7 @@ Some of the most useful ones are: -ddump-all option% -ddump-most option% --ddump-rdr option% +-ddump-parsed option% -ddump-rn option% -ddump-tc option% -ddump-deriv option% -- 1.7.10.4