Module Incremental__Raised_exn
A module internal to Incremental. Users should see Incremental_intf
.
A Raised_exn.t
is an exception paired with the backtrace that was grabbed at the time the exception was raised.
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val create : exn -> t
create exn
makes at
usingexn
andBacktrace.Exn.most_recent
.