From 0db68e1cf9b83d2d18ba427ec28712de4c9a043f Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 6 Sep 2008 14:02:43 +0000 Subject: [PATCH] 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. --- docs/users_guide/using.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4