[[project @ 2003-03-11 09:08:38 by simonpj]
simonpj**20030311090838
Document external core a bit more
] {
hunk ./ghc/docs/users_guide/using.sgml 1888
-
Generating External Core Files
+ Generating and compiling External Core Files
hunk ./ghc/docs/users_guide/using.sgml 1922
+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.
}