[project @ 2004-12-22 16:58:34 by simonpj]
[ghc-hetmet.git] / ghc / docs / users_guide / flags.xml
index ee3f19b..a148fce 100644 (file)
            </row>
            <row>
              <entry><option>-fimplicit-params</option></entry>
-             <entry>Enable Implicit Parameters</entry>
+             <entry>Enable Implicit Parameters.
+             Implied by <option>-fglasgow-exts</option>.</entry>
              <entry>dynamic</entry>
              <entry><option>-fno-implicit-params</option></entry>
            </row>
              <entry><option>-fmonomorphism-restriction</option></entry>
            </row>
            <row>
+             <entry><option>-fscoped-type-variables</option></entry>
+             <entry>Enable lexically-scoped type variables.
+             Implied by <option>-fglasgow-exts</option>.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-fno-scoped-type-variables</option></entry>
+           </row>
+           <row>
              <entry><option>-fth</option></entry>
-             <entry>Enable Template Haskell</entry>
+             <entry>Enable Template Haskell. 
+               Implied by <option>-fglasgow-exts</option>.</entry>
              <entry>dynamic</entry>
              <entry><option>-fno-th</option></entry>
            </row>