Module Pulselib__PulseLatentIssue
type t =
val compare : t -> t -> intval equal : t -> t -> boolval yojson_of_t : t -> Ppx_yojson_conv_lib.Yojson.Safe.t
val to_diagnostic : t -> Pulselib.PulseBasicInterface.Diagnostic.tval should_report : AbductiveDomain.summary -> Pulselib.PulseBasicInterface.Diagnostic.t -> [> `DelayReport of t | `ReportNow ]val add_call : (Pulselib.PulseBasicInterface.CallEvent.t * IBase.Location.t) -> t -> t