Repository : ssh://darcs.haskell.org//srv/darcs/packages/base

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/48546e804c56ac87e222547326b48e6df94bc744

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

commit 48546e804c56ac87e222547326b48e6df94bc744
Author: Ian Lynagh <[email protected]>
Date:   Wed Jun 29 20:41:17 2011 +0100

    Fix some haddock markup
    
    Spotted by mbuf on #haskell, reported by Ivan Lazar Miljenovic.

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

 GHC/Exception.lhs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/GHC/Exception.lhs b/GHC/Exception.lhs
index ec4f893..87d85d8 100644
--- a/GHC/Exception.lhs
+++ b/GHC/Exception.lhs
@@ -62,7 +62,7 @@ in this case. You can now throw and catch @ThisException@ and
 @ThatException@ as exceptions:
 
 @
-*Main> throw ThisException `catch` \e -> putStrLn (\"Caught \" ++ show (e :: 
MyException))
+*Main> throw ThisException \`catch\` \\e -> putStrLn (\"Caught \" ++ show (e 
:: MyException))
 Caught ThisException
 @
 



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to