Skip to content

Commit

Permalink
io-classes: added haddocks to annotateIO
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed May 17, 2024
1 parent a22dced commit c9867f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions io-classes/src/Control/Monad/Class/MonadThrow.hs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ class Monad m => MonadThrow m where
bracket_ :: m a -> m b -> m c -> m c
finally :: m a -> m b -> m a
#if __GLASGOW_HASKELL__ >= 910
-- | See 'IO.annotateIO'.
--
-- @since 1.5.0.0
annotateIO :: forall e a. ExceptionAnnotation e => e -> m a -> m a
#endif

Expand Down

0 comments on commit c9867f3

Please sign in to comment.