Skip to content

Commit fc5b021

Browse files
lolepezyfacundominguez
authored andcommitted
Fix haddock for "try", it refers to "mask_"
1 parent f1ad074 commit fc5b021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Control/Distributed/Process/Internal/Primitives.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ catch = Catch.catch
967967
-- | Lift 'Control.Exception.try'
968968
try :: Exception e => Process a -> Process (Either e a)
969969
try = Catch.try
970-
{-# DEPRECATED try "Use Control.Monad.Catch.mask_ instead" #-}
970+
{-# DEPRECATED try "Use Control.Monad.Catch.try instead" #-}
971971

972972
-- | Lift 'Control.Exception.mask'
973973
mask :: ((forall a. Process a -> Process a) -> Process b) -> Process b

0 commit comments

Comments
 (0)