X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fusing.xml;h=ce7ef7680b2f174ce1cd8f478a42289a1b9481b6;hb=aedb94f5f220b5e442b23ecc445fd38c8d9b6ba0;hp=e26cbddc1e08c52eb247571af72734a5d948245e;hpb=2f979bf83bad9b012efa225c38cfcd7ea91b2b29;p=ghc-hetmet.git diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index e26cbdd..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