Module PulseDomain.Trace

type 'a t = {
action : 'a InterprocAction.t;
history : ValueHistory.t;
}
val compare : ('a -> 'a -> int) -> 'a t -> 'a t -> int
val add_to_errlog : header:string -> (F.formatter -> 'a -> unit) -> 'a t -> InferIR.Errlog.loc_trace_elem list -> InferIR.Errlog.loc_trace_elem list