[commit: base] master: fix markup bugs (6907fa9)

Simon Marlow marlowsd at gmail.com
Tue Jul 2 18:34:47 CEST 2013


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

On branch  : master

https://github.com/ghc/packages-base/commit/6907fa940ee0065a0378794bfae3154a83c2d7da

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

commit 6907fa940ee0065a0378794bfae3154a83c2d7da
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Tue Jul 2 17:10:17 2013 +0100

    fix markup bugs

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

 Control/Concurrent/MVar.hs |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/Control/Concurrent/MVar.hs b/Control/Concurrent/MVar.hs
index 016192d..75dc74a 100644
--- a/Control/Concurrent/MVar.hs
+++ b/Control/Concurrent/MVar.hs
@@ -17,10 +17,12 @@
 -- 'takeMVar' which empties an 'MVar' if it is full and blocks
 -- otherwise.  They can be used in multiple different ways:
 --
---  1. As synchronized mutable variables,
---  2. As channels, with 'takeMVar' and 'putMVar' as receive and send, and
---  3. As a binary semaphore @'MVar' ()@, with 'takeMVar' and 'putMVar' as
---     wait and signal.
+--   1. As synchronized mutable variables,
+--
+--   2. As channels, with 'takeMVar' and 'putMVar' as receive and send, and
+--
+--   3. As a binary semaphore @'MVar' ()@, with 'takeMVar' and 'putMVar' as
+--      wait and signal.
 --
 -- They were introduced in the paper "Concurrent Haskell" by Simon
 -- Peyton Jones, Andrew Gordon and Sigbjorn Finne, though some details





More information about the ghc-commits mailing list