diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-01-23 16:17:41 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-01-23 21:55:03 -0500 |
commit | 1761bfacbce4fbd0b54481120316c565860222e5 (patch) | |
tree | 5bf8be270cee84f7c989d56bd1251ae7d46eb10c /docs | |
parent | 368d5470b21b9ba2845c3e162635252da1db2abb (diff) | |
download | haskell-1761bfacbce4fbd0b54481120316c565860222e5.tar.gz |
users-guide: Document -dppr-ticks
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/debugging.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/users_guide/debugging.rst b/docs/users_guide/debugging.rst index b4c20eb8b9..9994ef9d6a 100644 --- a/docs/users_guide/debugging.rst +++ b/docs/users_guide/debugging.rst @@ -251,6 +251,11 @@ Dumping out compiler intermediate structures aren't). This flag makes debugging output appear in the more verbose debug style. +.. ghc-flag:: -dppr-ticks + + Includes "ticks" in the pretty-printer output. + + .. _formatting dumps: Formatting dumps |