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