From 0f5e104c36b1dc3d8deeec5fef3d65e7b3a1b5ad Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 16 Jun 2008 14:29:17 +0000 Subject: More commandline flag improvements * Allow -ffoo flags to be deprecated * Mark some -ffoo flags as deprecated * Avoid using deprecated flags in error messages, in the build system, etc * Add a flag to en/disable the deprecated flag warning --- docs/comm/exts/ndp.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/comm') diff --git a/docs/comm/exts/ndp.html b/docs/comm/exts/ndp.html index 0c94c3960b..2c79d728d5 100644 --- a/docs/comm/exts/ndp.html +++ b/docs/comm/exts/ndp.html @@ -32,8 +32,8 @@

More Sugar: Special Syntax for Array Comprehensions

- The option -fparr, which is a dynamic hsc option that can - be reversed with -fno-parr, enables special syntax for + The option -XParr, which is a dynamic hsc option that can + be reversed with -XNoParr, enables special syntax for parallel arrays, which is not essential to using parallel arrays, but makes for significantly more concise programs. The switch works by making the lexical analyser (located in Maybe b) -> [:a:] -> [:b:] flattening (just like profiling does), there is a compiler way "ndp", which can be selected using the way option code -ndp. This option will automagically select - -fparr and -fflatten. + -XParr and -fflatten.

FlattenMonad

-- cgit v1.2.1