From 6867d7a5ba5bdde3f6216d932d9486405c9115b3 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 9 Sep 2008 11:35:43 +0000 Subject: [PATCH] Link to core.pdf, not core.ps.gz --- 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 b2ac501..ce7ef76 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