Module Incremental_kernel__.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
include sig ... end
val sexp_of_t : t ‑> Sexplib.Sexp.t
val create : exn ‑> t

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