val capture : exn -> t
This function should be the very first thing called in the exception handler if you want it to work correctly. Otherwise it might capture an incorrect backtrace.
val reraise : t -> 'a
val pp_uncaught : Stdlib.Format.formatter -> t -> unit
val map_and_reraise : t -> f:(exn -> exn) -> 'a