CostInstantiate.Call
type t = {
loc : IBase.Location.t;
pname : IR.Procname.t;
node : Absint.ProcCfg.InstrNode.t;
args : (IR.Exp.t * IR.Typ.t) list;
captured_vars : (IR.Exp.t * IR.CapturedVar.t) list;
ret : IR.Ident.t * IR.Typ.t;
}
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
val pp : Stdlib.Format.formatter -> t -> unit