From: Ian Lynagh Date: Sat, 6 Sep 2008 14:02:43 +0000 (+0000) Subject: Update the users guide to point at the in-tree core.ps.gz X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=0db68e1cf9b83d2d18ba427ec28712de4c9a043f 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. --- diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index e26cbdd..b2ac501 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -1906,7 +1906,7 @@ statements or clauses. 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 - .hcr. The Core format is described in + .hcr. The Core format is described in An External Representation for the GHC Core Language, and sample tools for manipulating Core files (in Haskell) are in the GHC source distribution