X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fusers_guide%2Fflags.xml;h=f96edbfada2fff3c399d6219ed52c3660d829d46;hb=cc8e41a3c5e05a1076254ab39a56074e70f9e863;hp=8356a2859858a647604161c0e63cc093e54a95bf;hpb=26c5507eccc275dde3633adb858d0b610cc127ab;p=ghc-hetmet.git diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index 8356a28..f96edbf 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -789,7 +789,7 @@ - Enable unicode syntax. + Enable unicode syntax. dynamic @@ -856,7 +856,7 @@ - Enable transform list comprehensions. + Enable generalised list comprehensions. dynamic @@ -1027,6 +1027,13 @@ + + warn about uses of pragmas that GHC doesn't recognise + dynamic + + + + warn about uses of functions & types that have warnings or deprecated pragmas dynamic @@ -1168,6 +1175,20 @@ + + + warn about do bindings that appear to throw away values of types other than () + dynamic + + + + + + warn about do bindings that appear to throw away monadic values that you should have bound instead + dynamic + + +