diff options
Diffstat (limited to 'libraries/base/Control/Exception.hs')
-rw-r--r-- | libraries/base/Control/Exception.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Control/Exception.hs b/libraries/base/Control/Exception.hs index 0bcbdca942..18c0e42914 100644 --- a/libraries/base/Control/Exception.hs +++ b/libraries/base/Control/Exception.hs @@ -219,7 +219,7 @@ A typical use of 'tryJust' for recovery looks like this: -- When called outside 'mask', or inside 'uninterruptibleMask', this -- function has no effect. -- --- /Since: 4.4.0.0/ +-- @since 4.4.0.0 allowInterrupt :: IO () allowInterrupt = unsafeUnmask $ return () |