Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/f5073f9c29b667af855a14160680522d23a1f1b8 >--------------------------------------------------------------- commit f5073f9c29b667af855a14160680522d23a1f1b8 Author: Ian Lynagh <ig...@earth.li> Date: Mon Sep 26 23:55:07 2011 +0100 Update docs: n+k is now disabled by default >--------------------------------------------------------------- docs/users_guide/glasgow_exts.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index 5070b17..ed18e9c 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -822,11 +822,11 @@ y)</literal> will not be coalesced. <sect2 id="n-k-patterns"> <title>n+k patterns</title> -<indexterm><primary><option>-XNoNPlusKPatterns</option></primary></indexterm> +<indexterm><primary><option>-XNPlusKPatterns</option></primary></indexterm> <para> -<literal>n+k</literal> pattern support is enabled by default. To disable -it, you can use the <option>-XNoNPlusKPatterns</option> flag. +<literal>n+k</literal> pattern support is disabled by default. To enable +it, you can use the <option>-XNPlusKPatterns</option> flag. </para> </sect2> _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc