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.

type t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val create : exn -> t

create exn makes a t using exn and Backtrace.Exn.most_recent.