From c0f21abc488d367252d8dd9287c3c84cf50b9125 Mon Sep 17 00:00:00 2001 From: "iavor.diatchki@gmail.com" Date: Sun, 9 Mar 2008 19:19:11 +0000 Subject: [PATCH] documentation fix: change flag -frules-off to -fno-rewrite-rules --- docs/users_guide/glasgow_exts.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.7.10.4