From: simonpj Date: Thu, 20 Mar 2003 08:52:55 +0000 (+0000) Subject: [project @ 2003-03-20 08:52:55 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~1060 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b1aa338f34eb9055371979c6fd644f2702cc7737;p=ghc-hetmet.git [project @ 2003-03-20 08:52:55 by simonpj] Correct file names in RULES documentation --- diff --git a/ghc/docs/users_guide/glasgow_exts.sgml b/ghc/docs/users_guide/glasgow_exts.sgml index e92c5a4..96ef99a 100644 --- a/ghc/docs/users_guide/glasgow_exts.sgml +++ b/ghc/docs/users_guide/glasgow_exts.sgml @@ -4318,7 +4318,7 @@ If you add you get a more detailed listing. - The defintion of (say) build in PrelBase.lhs looks llike this: + The defintion of (say) build in GHC/Base.lhs looks llike this: build :: forall a. (forall b. (a -> b -> b) -> b -> b) -> [a] @@ -4336,9 +4336,9 @@ in the RHS of the INLINE thing. I regret the delicacy of thi - In ghc/lib/std/PrelBase.lhs look at the rules for map to + In libraries/base/GHC/Base.lhs look at the rules for map to see how to write rules that will do fusion and yet give an efficient -program even if fusion doesn't happen. More rules in PrelList.lhs. +program even if fusion doesn't happen. More rules in GHC/List.lhs.