From: simonpj@microsoft.com Date: Mon, 19 Nov 2007 13:46:39 +0000 (+0000) Subject: Two small typos in the flags summary (merge to 6.8 branch) X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=d322953f9d4d57faf533227c79ec029d4174e904 Two small typos in the flags summary (merge to 6.8 branch) --- diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index d4b6bcc..cb2cb1f 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -703,7 +703,7 @@ - + Relaxed checking for mutually-recursive polymorphic functions dynamic diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index 0687646..a27a918 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -7198,7 +7198,7 @@ can be completely switched off by [x] = e -- A pattern binding Experimentally, GHC now makes pattern bindings monomorphic by -default. Use to recover the +default. Use to recover the standard behaviour.