From: simonmar Date: Tue, 6 Jul 1999 15:23:17 +0000 (+0000) Subject: [project @ 1999-07-06 15:23:17 by simonmar] X-Git-Tag: Approximately_9120_patches~6022 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=e88761542a2402cf8128b897ba33d21e06f722e9 [project @ 1999-07-06 15:23:17 by simonmar] -ddump-rdr is now -ddump-parsed --- 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%