From: sof Date: Sun, 18 May 1997 04:11:48 +0000 (+0000) Subject: [project @ 1997-05-18 04:11:48 by sof] X-Git-Tag: Approximately_1000_patches_recorded~681 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5b9515e447772a2b9f9f3df6a634e6ce61d204c6;p=ghc-hetmet.git [project @ 1997-05-18 04:11:48 by sof] --- diff --git a/ghc/lib/glaExts/MutVar.lhs b/ghc/lib/glaExts/MutVar.lhs index e3778e9..c0a0f2a 100644 --- a/ghc/lib/glaExts/MutVar.lhs +++ b/ghc/lib/glaExts/MutVar.lhs @@ -14,7 +14,7 @@ module MutVar newVar, -- :: a -> IO (MutVar a) readVar, -- :: MutVar a -> IO a writeVar, -- :: MutVar a -> a -> IO () - sameVar -- :: MutVar a -> MutVar a -> Bool + sameVar -- :: MutVar a -> MutVar a -> Bool ) where