documentation fix: change flag -frules-off to -fno-rewrite-rules
authoriavor.diatchki@gmail.com <unknown>
Sun, 9 Mar 2008 19:19:11 +0000 (19:19 +0000)
committeriavor.diatchki@gmail.com <unknown>
Sun, 9 Mar 2008 19:19:11 +0000 (19:19 +0000)
docs/users_guide/glasgow_exts.xml

index c9e6183..87e2e0d 100644 (file)
@@ -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 <option>-O</option> flag (<xref linkend="options-optimise"/>) is on, 
-and (b) the <option>-frules-off</option> flag
+and (b) the <option>-fno-rewrite-rules</option> flag
 (<xref linkend="options-f"/>) is not specified, and (c) the
 <option>-fglasgow-exts</option> (<xref linkend="options-language"/>)
 flag is active.