Skip to content
Snippets Groups Projects
Commit 394e677d authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

[project @ 2000-08-31 09:53:08 by simonpj]

Document -ddump-minimal-imports
parent 41f07b11
No related merge requests found
......@@ -196,6 +196,7 @@ parser output
</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Option>-ddump-rn</Option>:</Term>
<ListItem>
......@@ -205,6 +206,21 @@ renamer output
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Option>-ddump-minimal-imports</Option>:</Term>
<ListItem>
<Para>
Dump to the file "M.imports" (where M is the module being compiled)
a "minimal" set of import declarations. You can safely replace
all the import declarations in "M.hs" with those found in "M.imports".
Why would you want to do that? Because the "minimal" imports (a) import
everything explicitly, by name, and (b) import nothing that is not required.
It can be quite painful to maintain this property by hand, so this flag is
intended to reduce the labour.
</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Option>-ddump-tc</Option>:</Term>
<ListItem>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment