From: iavor.diatchki@gmail.com Date: Sun, 9 Mar 2008 19:19:11 +0000 (+0000) Subject: documentation fix: change flag -frules-off to -fno-rewrite-rules X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=c0f21abc488d367252d8dd9287c3c84cf50b9125 documentation fix: change flag -frules-off to -fno-rewrite-rules --- diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index c9e6183..87e2e0d 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -6585,7 +6585,7 @@ data S = S {-# UNPACK #-} !Int {-# UNPACK #-} !Int The programmer can specify rewrite rules as part of the source program (in a pragma). GHC applies these rewrite rules wherever it can, provided (a) the flag () is on, -and (b) the flag +and (b) the flag () is not specified, and (c) the () flag is active.