From 62b84e6edd594d35f3620926c72ad3febf990d43 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 26 Nov 2007 16:34:43 +0000 Subject: [PATCH] Escape some special characters in haddock docs --- GHC/Conc.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GHC/Conc.lhs b/GHC/Conc.lhs index 022817f..e499a90 100644 --- a/GHC/Conc.lhs +++ b/GHC/Conc.lhs @@ -246,7 +246,7 @@ until the call has completed. This is the case regardless of whether the call is inside a 'block' or not. Important note: the behaviour of 'throwTo' differs from that described in -the paper "Asynchronous exceptions in Haskell" +the paper \"Asynchronous exceptions in Haskell\" (). In the paper, 'throwTo' is non-blocking; but the library implementation adopts a more synchronous design in which 'throwTo' does not return until the exception -- 1.7.10.4