diff options
author | Ian Lynagh <igloo@earth.li> | 2008-09-06 14:02:43 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-09-06 14:02:43 +0000 |
commit | 0db68e1cf9b83d2d18ba427ec28712de4c9a043f (patch) | |
tree | 17eeb7d08cd21c020fb065cbe4bf85ff68653ddb /docs | |
parent | 084e40d36508e136f02a138eecd9c926fe44ebf3 (diff) | |
download | haskell-0db68e1cf9b83d2d18ba427ec28712de4c9a043f.tar.gz |
Update the users guide to point at the in-tree core.ps.gz
It used to point to a file on haskell.org, which didn't necessarily
describe the right version of core.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/using.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index e26cbddc1e..b2ac5012c1 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -1906,7 +1906,7 @@ statements or clauses. <para>GHC can dump its optimized intermediate code (said to be in “Core” format) to a file as a side-effect of compilation. Non-GHC back-end tools can read and process Core files; these files have the suffix - <filename>.hcr</filename>. The Core format is described in <ulink url="http://www.haskell.org/ghc/docs/papers/core.ps.gz"> + <filename>.hcr</filename>. The Core format is described in <ulink url="../ext-core/core.ps.gz"> <citetitle>An External Representation for the GHC Core Language</citetitle></ulink>, and sample tools for manipulating Core files (in Haskell) are in the GHC source distribution |