From: simonmar Date: Mon, 2 Aug 1999 09:52:43 +0000 (+0000) Subject: [project @ 1999-08-02 09:52:43 by simonmar] X-Git-Tag: Approximately_9120_patches~5921 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=57e017ff442eceb71d81ec381a2a2141f24bf00c [project @ 1999-08-02 09:52:43 by simonmar] fix a couple of typos in the rules docs. --- diff --git a/ghc/docs/users_guide/glasgow_exts.vsgml b/ghc/docs/users_guide/glasgow_exts.vsgml index 284dd9c..dc7c413 100644 --- a/ghc/docs/users_guide/glasgow_exts.vsgml +++ b/ghc/docs/users_guide/glasgow_exts.vsgml @@ -1,5 +1,5 @@ % -% $Id: glasgow_exts.vsgml,v 1.12 1999/07/14 11:33:10 simonmar Exp $ +% $Id: glasgow_exts.vsgml,v 1.13 1999/08/02 09:52:43 simonmar Exp $ % % GHC Language Extensions. % @@ -2127,8 +2127,8 @@ policy is controlled by the per-simplification-pass flag @-finline-phase@n.

- Use @-fddump-rules@ to see what transformation rules GHC is using. - Use @-fddump-simpl-stats@ to see what rules are being fired. + Use @-ddump-rules@ to see what transformation rules GHC is using. + Use @-ddump-simpl-stats@ to see what rules are being fired. The defintion of (say) @build@ in @PrelBase.lhs@ looks llike this: build :: forall a. (forall b. (a -> b -> b) -> b -> b) -> [a]