X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2Fusers_guide%2Fdebugging.vsgml;h=2d99076ec79e1b9c9c230f35caa63ffed6dd176f;hb=e88761542a2402cf8128b897ba33d21e06f722e9;hp=4f8b0caa977ea2156f18ef69e0f661a6c1cbcc3e;hpb=e5a203468f55fe3523b2fa1866bd9c0c44556671;p=ghc-hetmet.git 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%