summaryrefslogtreecommitdiff
path: root/docs/users_guide/debugging.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/debugging.rst')
-rw-r--r--docs/users_guide/debugging.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/users_guide/debugging.rst b/docs/users_guide/debugging.rst
index af937ae64d..bc155884c8 100644
--- a/docs/users_guide/debugging.rst
+++ b/docs/users_guide/debugging.rst
@@ -63,7 +63,7 @@ Dumping out compiler intermediate structures
Dump Template Haskell expressions that we splice in, and what
Haskell code the expression evaluates to.
- .. ghc-flag:: -dth-dec-file=<file>
+ .. ghc-flag:: -dth-dec-file=⟨file⟩
Dump expansions of all top-level Template Haskell splices into ⟨file⟩.
@@ -282,7 +282,7 @@ Formatting dumps
with subexpressions beyond the depth replaced by ellipses. This flag
sets the depth. Its default value is 5.
-.. ghc-flag:: -dppr-cols=N
+.. ghc-flag:: -dppr-cols=⟨n⟩
Set the width of debugging output. Use this if your code is wrapping
too much. For example: ``-dppr-cols=200``.
@@ -412,8 +412,8 @@ Checking for determinism
Set the increment for the generated ``Unique``'s to ⟨i⟩.
- This is useful in combination with :ghc-flag:`-dinitial-unique` to test if the
- generated files depend on the order of ``Unique``'s.
+ This is useful in combination with :ghc-flag:`-dinitial-unique=⟨s⟩` to test
+ if the generated files depend on the order of ``Unique``'s.
Some interesting values: