From: Daniel Fischer Date: Mon, 30 May 2011 08:55:17 +0000 (+0200) Subject: debugging.xml whitespace X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=e648122fc2fed75f69db9d2132891c5c2022d007 debugging.xml whitespace --- diff --git a/docs/users_guide/debugging.xml b/docs/users_guide/debugging.xml index 9c48f7d..95b0376 100644 --- a/docs/users_guide/debugging.xml +++ b/docs/users_guide/debugging.xml @@ -8,10 +8,10 @@ Dumping out compiler intermediate structures - + dumping GHC intermediates intermediate passes, output - + @@ -121,7 +121,7 @@ - dumps all rewrite rules specified in this module; + dumps all rewrite rules specified in this module; see . @@ -312,7 +312,7 @@ - + : @@ -425,7 +425,7 @@ - + @@ -516,7 +516,7 @@ - Print single alternative case expressions as though they were strict + Print single alternative case expressions as though they were strict let expressions. This is helpful when your code does a lot of unboxing. @@ -554,7 +554,7 @@ - Suppress everything that can be suppressed, except for unique ids as this often + Suppress everything that can be suppressed, except for unique ids as this often makes the printout ambiguous. If you just want to see the overall structure of the code, then start here. @@ -566,7 +566,7 @@ - Suppress the printing of uniques. This may make + Suppress the printing of uniques. This may make the printout ambiguous (e.g. unclear where an occurrence of 'x' is bound), but it makes the output of two compiler runs have many fewer gratuitous differences, so you can realistically apply diff. Once diff @@ -581,7 +581,7 @@ Suppress extended information about identifiers where they are bound. This includes - strictness information and inliner templates. Using this flag can cut the size + strictness information and inliner templates. Using this flag can cut the size of the core dump in half, due to the lack of inliner templates