From: simonpj@microsoft.com Date: Tue, 16 Nov 2010 17:22:11 +0000 (+0000) Subject: Add -fwarn-lazy-unlifted-bindings to the list of flags X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=469c8c3c35a3e875f97ea03c12f61c631e2524cd Add -fwarn-lazy-unlifted-bindings to the list of flags --- diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index c24d021..f522aae 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -1143,6 +1143,13 @@ + + warn when a pattern binding looks lazy but must be strict + dynamic + + + + warn when fields of a record are uninitialised dynamic