From b1aa338f34eb9055371979c6fd644f2702cc7737 Mon Sep 17 00:00:00 2001 From: simonpj Date: Thu, 20 Mar 2003 08:52:55 +0000 Subject: [PATCH] [project @ 2003-03-20 08:52:55 by simonpj] Correct file names in RULES documentation --- ghc/docs/users_guide/glasgow_exts.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 1.7.10.4