Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
2261c916
Commit
2261c916
authored
Mar 31, 2010
by
milan
Browse files
Rename forgotten -dverbose-simpl to -dverbose-core2core in the docs.
parent
ebf7a60c
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/users_guide/debugging.xml
View file @
2261c916
...
...
@@ -286,7 +286,7 @@
</term>
<listitem>
<para>
Show the output of each run of the simplifier. Used when even
<option>
-dverbose-
simpl
</option>
doesn't cut it.
</para>
<option>
-dverbose-
core2core
</option>
doesn't cut it.
</para>
</listitem>
</varlistentry>
...
...
@@ -375,7 +375,7 @@
of output!) So: when we're really desperate:
</para>
<screen>
% ghc -noC -O -ddump-simpl -dverbose-
simpl
-dcore-lint Foo.hs
% ghc -noC -O -ddump-simpl -dverbose-
core2core
-dcore-lint Foo.hs
</screen>
</listitem>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment