From: Malcolm.Wallace@cs.york.ac.uk Date: Wed, 12 Jul 2006 09:39:07 +0000 (+0000) Subject: document that -fglasgow-exts is needed for RULES to work X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=09c814ec2c4fa854165f98aff4d29a69cafdc92a document that -fglasgow-exts is needed for RULES to work --- diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index 319104e..3801f96 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -5378,7 +5378,9 @@ 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 -() is not specified. +() is not specified, and (c) the + () +flag is active.