debugging.xml whitespace
authorDaniel Fischer <daniel.is.fischer@googlemail.com>
Mon, 30 May 2011 08:55:17 +0000 (10:55 +0200)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 31 May 2011 09:52:57 +0000 (10:52 +0100)
docs/users_guide/debugging.xml

index 9c48f7d..95b0376 100644 (file)
@@ -8,10 +8,10 @@
 
   <sect2 id="dumping-output">
     <title>Dumping out compiler intermediate structures</title>
-    
+
     <indexterm><primary>dumping GHC intermediates</primary></indexterm>
     <indexterm><primary>intermediate passes, output</primary></indexterm>
-    
+
     <variablelist>
       <varlistentry>
        <term>
                 <indexterm><primary><option>-ddump-rules</option></primary></indexterm>
              </term>
              <listitem>
-               <para>dumps all rewrite rules specified in this module; 
+               <para>dumps all rewrite rules specified in this module;
                       see <xref linkend="controlling-rules"/>.
                 </para>
              </listitem>
          </variablelist>
        </listitem>
       </varlistentry>
-      
+
       <varlistentry>
        <term>
           <option>-ddump-simpl-phases</option>:
 
        </listitem>
       </varlistentry>
-      
+
       <varlistentry>
        <term>
           <option>-dshow-passes</option>
           <indexterm><primary><option>-dppr-case-as-let</option></primary></indexterm>
         </term>
        <listitem>
-         <para>Print single alternative case expressions as though they were strict 
+         <para>Print single alternative case expressions as though they were strict
                let expressions. This is helpful when your code does a lot of unboxing.</para>
        </listitem>
       </varlistentry>
           <indexterm><primary><option>-dsuppress-all</option></primary></indexterm>
         </term>
        <listitem>
-         <para>Suppress everything that can be suppressed, except for unique ids as this often 
+         <para>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.</para>
        </listitem>
           <indexterm><primary><option>-dsuppress-uniques</option></primary></indexterm>
         </term>
        <listitem>
-         <para>Suppress the printing of uniques. This may make 
+         <para>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 <command>diff</command>.  Once <command>diff</command>
         </term>
        <listitem>
          <para>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</para>
        </listitem>
       </varlistentry>