From: simonpj Date: Tue, 11 Mar 2003 09:08:38 +0000 (+0000) Subject: [project @ 2003-03-11 09:08:38 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~1076 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4529cc34e909ea7e9f83e4d4bbf5aa1e568f2903;hp=4b4fe30325573273487d8c2e6c7b8bfc9930b734;p=ghc-hetmet.git [project @ 2003-03-11 09:08:38 by simonpj] Document external core a bit more --- diff --git a/ghc/docs/users_guide/using.sgml b/ghc/docs/users_guide/using.sgml index adb992d..d3d205a 100644 --- a/ghc/docs/users_guide/using.sgml +++ b/ghc/docs/users_guide/using.sgml @@ -1885,7 +1885,7 @@ statements or clauses. &runtime; - Generating External Core Files + Generating and compiling External Core Files intermediate code generation @@ -1919,6 +1919,10 @@ statements or clauses. +GHC can also read in External Core files as source; just give the .hcr file on +the command line, instead of the .hs or .lhs Haskell source. +A current infelicity is that you need to give teh -fglasgow-exts flag too, because +ordinary Haskell 98, when translated to External Core, uses things like rank-2 types. &debug;