From: Ian Lynagh Date: Tue, 9 Sep 2008 11:35:43 +0000 (+0000) Subject: Link to core.pdf, not core.ps.gz X-Git-Tag: 2008-09-12~20 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=6867d7a5ba5bdde3f6216d932d9486405c9115b3 Link to core.pdf, not core.ps.gz --- 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