X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fglasgow_exts.xml;h=87e2e0df2662054a900d594391d81bb1a37ff5c6;hb=52f600c8ea0bf0d9b4c01570e80d70bfa65c43ba;hp=c9e6183d0491d952d530058b2bb187132811985c;hpb=1fe5459fe14758dbbc6106f616446f43e21a0511;p=ghc-hetmet.git 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.