[commit: ghc] master: Documents -dsuppress-unfoldings (aa78cd6)

git at git.haskell.org git at git.haskell.org
Tue Jul 21 16:42:42 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/aa78cd64af14b227fa982ce9a35c56d4d2ffcf7b/ghc

>---------------------------------------------------------------

commit aa78cd64af14b227fa982ce9a35c56d4d2ffcf7b
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Jul 9 13:19:03 2015 +0100

    Documents -dsuppress-unfoldings


>---------------------------------------------------------------

aa78cd64af14b227fa982ce9a35c56d4d2ffcf7b
 docs/users_guide/debugging.xml | 10 ++++++++++
 docs/users_guide/flags.xml     |  6 ++++++
 2 files changed, 16 insertions(+)

diff --git a/docs/users_guide/debugging.xml b/docs/users_guide/debugging.xml
index a0fee40..4e33987 100644
--- a/docs/users_guide/debugging.xml
+++ b/docs/users_guide/debugging.xml
@@ -579,6 +579,16 @@
 
       <varlistentry>
 	<term>
+          <option>-dsuppress-unfoldings</option>
+          <indexterm><primary><option>-dsuppress-unfoldings</option></primary></indexterm>
+        </term>
+	<listitem>
+          <para>Suppress the printing of the stable unfolding of a variable at its binding site.</para>
+	</listitem>
+      </varlistentry>
+
+      <varlistentry>
+	<term>
           <option>-dsuppress-module-prefixes</option>
           <indexterm><primary><option>-dsuppress-module-prefixes</option></primary></indexterm>
         </term>
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml
index e3ae927..c918600 100644
--- a/docs/users_guide/flags.xml
+++ b/docs/users_guide/flags.xml
@@ -3380,6 +3380,12 @@
             <entry>-</entry>
           </row>
           <row>
+            <entry><option>-dsuppress-unfoldings</option></entry>
+            <entry>Suppress the printing of the stable unfolding of a variable at its binding site</entry>
+            <entry>dynamic</entry>
+            <entry>-</entry>
+          </row>
+          <row>
             <entry><option>-dsuppress-module-prefixes</option></entry>
             <entry>Suppress the printing of module qualification prefixes</entry>
             <entry>dynamic</entry>



More information about the ghc-commits mailing list