Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/691a48f88d1d20403d7fb1f31a7c40159c479117 >--------------------------------------------------------------- commit 691a48f88d1d20403d7fb1f31a7c40159c479117 Author: Daniel Fischer <[email protected]> Date: Mon May 30 08:47:52 2011 +0200 Fix typos in using.xml >--------------------------------------------------------------- docs/users_guide/using.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index 96d3c73..8fa2434 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -1547,7 +1547,7 @@ f "2" = 2 <indexterm><primary>unused do binding, warning</primary></indexterm> <indexterm><primary>do binding, unused</primary></indexterm> - <para>Report expressions occuring in <literal>do</literal> and <literal>mdo</literal> blocks + <para>Report expressions occurring in <literal>do</literal> and <literal>mdo</literal> blocks that appear to silently throw information away. For instance <literal>do { mapM popInt xs ; return 10 }</literal> would report the first statement in the <literal>do</literal> block as suspicious, @@ -1572,7 +1572,7 @@ f "2" = 2 <indexterm><primary>apparently erroneous do binding, warning</primary></indexterm> <indexterm><primary>do binding, apparently erroneous</primary></indexterm> - <para>Report expressions occuring in <literal>do</literal> and <literal>mdo</literal> blocks + <para>Report expressions occurring in <literal>do</literal> and <literal>mdo</literal> blocks that appear to lack a binding. For instance <literal>do { return (popInt 10) ; return 10 }</literal> would report the first statement in the <literal>do</literal> block as suspicious, _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
