[commit: ghc] master: Set mdo in typewriter face (7cf2589)

git at git.haskell.org git at git.haskell.org
Sat Jul 5 19:54:05 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/7cf25894678195fb9ffb7124afc066d91fdd363f/ghc

>---------------------------------------------------------------

commit 7cf25894678195fb9ffb7124afc066d91fdd363f
Author: Gabor Greif <ggreif at gmail.com>
Date:   Sat Jul 5 21:49:17 2014 +0200

    Set mdo in typewriter face


>---------------------------------------------------------------

7cf25894678195fb9ffb7124afc066d91fdd363f
 docs/users_guide/glasgow_exts.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index e97d579..f1d7b94 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -1912,7 +1912,8 @@ the comprehension being over an arbitrary monad.
 	      functions <literal>(>>=)</literal>,
 	      <literal>(>>)</literal>, and <literal>fail</literal>,
 	      are in scope (not the Prelude
-	      versions).  List comprehensions, mdo (<xref linkend="recursive-do-notation"/>), and parallel array
+	      versions).  List comprehensions, <literal>mdo</literal>
+	      (<xref linkend="recursive-do-notation"/>), and parallel array
 	      comprehensions, are unaffected.  </para></listitem>
 
 	      <listitem>



More information about the ghc-commits mailing list