X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=docs%2Fcomm%2Fexts%2Fndp.html;fp=docs%2Fcomm%2Fexts%2Fndp.html;h=2c79d728d50170b5dff706508eb3c11029cf32fd;hp=0c94c3960b7834d2e65e78191215422099af5325;hb=0f5e104c36b1dc3d8deeec5fef3d65e7b3a1b5ad;hpb=1363f4121ceaa38ac50eac42381b976f89d5ea96 diff --git a/docs/comm/exts/ndp.html b/docs/comm/exts/ndp.html index 0c94c39..2c79d72 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