diff options
author | Gabor Greif <ggreif@gmail.com> | 2018-05-29 12:15:18 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2018-05-29 12:18:57 +0200 |
commit | 36656b9dfbc46da3c915dc453c301d20463899ff (patch) | |
tree | 14c699237fbe643219f18acc090973ea9fecd08a /docs/users_guide/debugging.rst | |
parent | 6848a992ad38a4b21d1063c8acbbc398b06ab921 (diff) | |
download | haskell-36656b9dfbc46da3c915dc453c301d20463899ff.tar.gz |
Typofix in manual [ci skip]
Diffstat (limited to 'docs/users_guide/debugging.rst')
-rw-r--r-- | docs/users_guide/debugging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/debugging.rst b/docs/users_guide/debugging.rst index ada00185c7..370fa4a271 100644 --- a/docs/users_guide/debugging.rst +++ b/docs/users_guide/debugging.rst @@ -235,7 +235,7 @@ subexpression elimination pass. :shortdesc: Dump simplifier stats :type: dynamic - Dump statistics about how many of each kind of transformation too + Dump statistics about how many of each kind of transformation took place. If you add ``-dppr-debug`` you get more detailed information. .. ghc-flag:: -dverbose-core2core |