We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce3d55 commit 9bbad10Copy full SHA for 9bbad10
src/core/lwt.mli
@@ -583,8 +583,8 @@ external reraise : exn -> 'a = "%reraise"
583
preserves the existing exception backtrace and even adds a "Re-raised at"
584
entry with the call location.
585
586
- This function is intended to be used in [Lwt.catch] exception handlers (and
587
- the likes.
+ This function is intended to be used in the exception handlers of
+ [Lwt.catch] and [Lwt.try_bind].
588
589
It is also used by the ppx extension internally. *)
590
0 commit comments