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 242e2f7 commit d70f6e6Copy full SHA for d70f6e6
src/core/lwt.mli
@@ -586,7 +586,7 @@ external reraise : exn -> 'a = "%reraise"
586
This function is intended to be used in the exception handlers of
587
[Lwt.catch] and [Lwt.try_bind].
588
589
- It is also used by the ppx extension internally. *)
+ It is also used in the code produced by Lwt_ppx. *)
590
591
val catch : (unit -> 'a t) -> (exn -> 'a t) -> 'a t
592
(** [Lwt.catch f h] applies [f ()], which returns a promise, and then makes it
0 commit comments