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

index bfc28d8..8d79233 100644 (file)
     </sect2>
     <sect2>
       <title>Which phases to run</title>
-      
+
       <para><xref linkend="options-order"/></para>
 
       <informaltable>
 
      <sect2>
       <title>Alternative modes of operation</title>
-      
+
       <para><xref linkend="modes"/></para>
 
       <informaltable>
 
     <sect2>
       <title>Redirecting output</title>
-      
+
       <para><xref linkend="options-output"/></para>
 
       <informaltable>
 
     <sect2>
       <title>Keeping intermediate files</title>
-      
+
       <para><xref linkend="keeping-intermediates"/></para>
-      
+
       <informaltable>
        <tgroup cols="4" align="left" colsep="1" rowsep="1">
          <thead>
 
     <sect2>
       <title>Temporary files</title>
-      
+
       <para><xref linkend="temp-files"/></para>
 
       <informaltable>
        </tgroup>
       </informaltable>
     </sect2>
-    
+
     <sect2>
       <title>Recompilation checking</title>
 
 
     <sect2 id="interactive-mode-options">
       <title>Interactive-mode options</title>
-      
+
       <para><xref linkend="ghci-dot-files"/></para>
 
       <informaltable>
              <entry><link linkend="breakpoints">Enable usage of Show instances in <literal>:print</literal></link></entry>
              <entry>dynamic</entry>
              <entry><option>-fno-print-evld-with-show</option></entry>
-           </row>          
+           </row>
            <row>
              <entry><option>-fprint-bind-result</option></entry>
              <entry><link linkend="ghci-stmts">Turn on printing of binding results in GHCi</link></entry>
     <sect2>
       <title>Language options</title>
 
-      <para>Language options can be enabled either by a command-line option 
+      <para>Language options can be enabled either by a command-line option
       <option>-Xblah</option>, or by a <literal>{-# LANGUAGE blah #-}</literal>
       pragma in the file itself.  See <xref linkend="options-language"/></para>
 
            </row>
            <row>
              <entry><option>-XIncoherentInstances</option></entry>
-             <entry>Enable <link linkend="instance-overlap">incoherent instances</link>.  
+             <entry>Enable <link linkend="instance-overlap">incoherent instances</link>.
              Implies <option>-XOverlappingInstances</option> </entry>
              <entry>dynamic</entry>
              <entry><option>-XNoIncoherentInstances</option></entry>
            </row>
            <row>
              <entry><option>-XDisambiguateRecordFields</option></entry>
-             <entry>Enable <link linkend="disambiguate-fields">record 
+             <entry>Enable <link linkend="disambiguate-fields">record
              field disambiguation</link></entry>
              <entry>dynamic</entry>
              <entry><option>-XNoDisambiguateRecordFields</option></entry>
            </row>
            <row>
              <entry><option>-XTemplateHaskell</option></entry>
-             <entry>Enable <link linkend="template-haskell">Template Haskell</link>. 
+             <entry>Enable <link linkend="template-haskell">Template Haskell</link>.
                No longer implied by <option>-fglasgow-exts</option>.</entry>
              <entry>dynamic</entry>
              <entry><option>-XNoTemplateHaskell</option></entry>
 
     <sect2>
       <title>Warnings</title>
-      
+
       <para><xref linkend="options-sanity"/></para>
 
     <informaltable>
 
          <row>
            <entry><option>-fwarn-missing-import-lists</option></entry>
-           <entry>warn when an import declaration does not explicitly 
+           <entry>warn when an import declaration does not explicitly
                    list all the names brought into scope</entry>
            <entry>dynamic</entry>
            <entry><option>-fnowarn-missing-import-lists</option></entry>
          </tbody>
        </tgroup>
       </informaltable>
-             
+
     </sect2>
     <sect2>
       <title>Individual optimisations</title>
@@ -1494,7 +1494,7 @@ phase <replaceable>n</replaceable></entry>
 
            <row>
              <entry><option>-fspec-constr-count</option>=<replaceable>n</replaceable></entry>
-             <entry>Set to <replaceable>n</replaceable> (default: 3) the maximum number of 
+             <entry>Set to <replaceable>n</replaceable> (default: 3) the maximum number of
                specialisations that will be created for any one function
                by the SpecConstr transformation</entry>
              <entry>static</entry>
@@ -1584,7 +1584,7 @@ phase <replaceable>n</replaceable></entry>
 
     <sect2>
       <title>Profiling options</title>
-      
+
       <para><xref linkend="profiling"/></para>
 
       <informaltable>
@@ -1637,7 +1637,7 @@ phase <replaceable>n</replaceable></entry>
 
     <sect2>
       <title>Program coverage options</title>
-      
+
       <para><xref linkend="hpc"/></para>
 
       <informaltable>
@@ -2156,7 +2156,7 @@ phase <replaceable>n</replaceable></entry>
 
     <sect2>
       <title>Platform-specific options</title>
-      
+
       <para><xref linkend="options-platform"/></para>
 
       <informaltable>
@@ -2189,7 +2189,7 @@ phase <replaceable>n</replaceable></entry>
       </informaltable>
     </sect2>
 
-         
+
     <sect2>
       <title>External core file options</title>
 
@@ -2605,7 +2605,7 @@ phase <replaceable>n</replaceable></entry>
        </tgroup>
       </informaltable>
     </sect2>
-      
+
     <sect2>
       <title>Misc compiler options</title>