Skip to content

Commit c9867f3

Browse files
committed
io-classes: added haddocks to annotateIO
1 parent a22dced commit c9867f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

io-classes/src/Control/Monad/Class/MonadThrow.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ class Monad m => MonadThrow m where
5757
bracket_ :: m a -> m b -> m c -> m c
5858
finally :: m a -> m b -> m a
5959
#if __GLASGOW_HASKELL__ >= 910
60+
-- | See 'IO.annotateIO'.
61+
--
62+
-- @since 1.5.0.0
6063
annotateIO :: forall e a. ExceptionAnnotation e => e -> m a -> m a
6164
#endif
6265

0 commit comments

Comments
 (0)