From 0206799932d7647cda24ab9823d70cb412f87fe9 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 12 Oct 2009 11:02:16 +0000 Subject: [PATCH] remove duplicate entry for -fwarn-unused-do-bind (#3576) --- docs/users_guide/6.12.1-notes.xml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/users_guide/6.12.1-notes.xml b/docs/users_guide/6.12.1-notes.xml index 210adeb..f1d1ed5 100644 --- a/docs/users_guide/6.12.1-notes.xml +++ b/docs/users_guide/6.12.1-notes.xml @@ -215,16 +215,7 @@ data instance T [a] where block, but its result is not bound. The flags -fwarn-unused-do-bind and -fwarn-wrong-do-bind control - these warnings. - - - - - - There is a new warning if a monadic result of type other than - m () is not bound. - The flag -fwarn-unused-do-bind controls - this warning. + these warnings (see ). -- 1.7.10.4