X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fflags.xml;h=3e70be999b8efa6280f291188e6def3599766d04;hb=e5c3b478b3cd1707cf122833822f44b2ac09b8e9;hp=ad219cfa4ea6eb3413859905d113c49157f0b5cc;hpb=140fb024a9f585c4f1d75ca4bd6fe37a97bc2a4f;p=ghc-hetmet.git diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index ad219cf..3e70be9 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -35,13 +35,7 @@ mode - - - - do a dry run - dynamic - - - - + verbose mode (equivalent to ) dynamic @@ -114,7 +108,7 @@ Which phases to run - + @@ -165,7 +159,7 @@ Alternative modes of operation - + @@ -214,7 +208,7 @@ Redirecting output - + @@ -289,9 +283,9 @@ Keeping intermediate files - + - + @@ -325,13 +319,6 @@ - - or - - retain intermediate .raw_s files - dynamic - - - - retain all intermediate temporary files dynamic @@ -344,7 +331,7 @@ Temporary files - + @@ -447,7 +434,7 @@ - + Recompilation checking @@ -479,7 +466,7 @@ Interactive-mode options - + @@ -522,7 +509,7 @@ Enable usage of Show instances in :print dynamic - + Turn on printing of binding results in GHCi @@ -567,7 +554,7 @@ P Compile to be part of package P - dynamic + static - @@ -620,7 +607,7 @@ Language options - Language options can be enabled either by a command-line option + Language options can be enabled either by a command-line option , or by a {-# LANGUAGE blah #-} pragma in the file itself. See @@ -649,7 +636,7 @@ - Enable incoherent instances. + Enable incoherent instances. Implies dynamic @@ -675,7 +662,7 @@ - Enable record + Enable record field disambiguation dynamic @@ -689,7 +676,9 @@ - Enable generic classes + Deprecated, does nothing. No longer enables generic classes. + See also GHC's support for + generic programming. dynamic @@ -791,7 +780,7 @@ - Enable Template Haskell. + Enable Template Haskell. No longer implied by . dynamic @@ -839,7 +828,7 @@ - + Enable explicit universal quantification. Implied by , , @@ -905,6 +894,12 @@ dynamic + + + Enable monad comprehensions. + dynamic + + Enable unlifted FFI types. @@ -978,6 +973,12 @@ + + Enable deriving for the Generic class. + dynamic + + + Enable newtype deriving. dynamic @@ -1009,6 +1010,12 @@ + + Enable default signatures. + dynamic + + + Enable multi parameter type classes. dynamic @@ -1033,7 +1040,7 @@ Warnings - + @@ -1166,7 +1173,7 @@ - warn when an import declaration does not explicitly + warn when an import declaration does not explicitly list all the names brought into scope dynamic @@ -1187,6 +1194,13 @@ + + warn about polymorphic local bindings without signatures + dynamic + + + + warn when names are shadowed dynamic @@ -1300,7 +1314,7 @@ - + Individual optimisations @@ -1480,7 +1494,7 @@ phase n =n - Set to n (default: 3) the maximum number of + Set to n (default: 3) the maximum number of specialisations that will be created for any one function by the SpecConstr transformation static @@ -1570,7 +1584,7 @@ phase n Profiling options - + @@ -1623,7 +1637,7 @@ phase n Program coverage options - + @@ -1999,12 +2013,6 @@ phase n - cmd - Use cmd as the mangler - dynamic - - - - cmd Use cmd as the splitter dynamic @@ -2148,7 +2156,7 @@ phase n Platform-specific options - + @@ -2181,7 +2189,7 @@ phase n - + External core file options @@ -2233,6 +2241,12 @@ phase n - + + Dump to files instead of stdout + dynamic + - + + Dump assembly dynamic @@ -2474,32 +2488,68 @@ phase n - + + Don't output pragma info in dumps + static + - + + + + Set the depth for printing expressions in error msgs + static + - + + + + Set the width of debugging output. For example + static + - + + + + Print single alternative case expressions as strict lets. + static + - + + + + In core dumps, suppress everything that is suppressable. + static + - + + - Suppress the printing of uniques in debug output (easier to use diff. + Suppress the printing of uniques in debug output (easier to use diff) static - - - Suppress the printing of coercions in Core dumps to make them shorter. + + Suppress extended information about identifiers where they are bound static - - Suppress the printing of module qualification prefixes in Core dumps to make them easier to read. + Suppress the printing of module qualification prefixes static - - - Don't output pragma info in dumps + + Suppress type signatures static - - - Set the depth for printing expressions in error msgs + + Suppress type applications + static + - + + + + Suppress the printing of coercions in Core dumps to make them shorter static - @@ -2555,7 +2605,7 @@ phase n - + Misc compiler options @@ -2595,14 +2645,8 @@ phase n - - - Turn off assembly mangling (use instead) - dynamic - - - - - Turn off the GHCi sandbox. Means computations are run in teh main thread, rather than a forked thread. + Turn off the GHCi sandbox. Means computations are run in the main thread, rather than a forked thread. dynamic -