From d322953f9d4d57faf533227c79ec029d4174e904 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Mon, 19 Nov 2007 13:46:39 +0000 Subject: [PATCH] Two small typos in the flags summary (merge to 6.8 branch) --- docs/users_guide/flags.xml | 2 +- docs/users_guide/glasgow_exts.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 1.7.10.4