Module InferModules.Issue
type t={proc_name : InferIR.Typ.Procname.t;proc_location : InferBase.Location.t;err_key : InferIR.Errlog.err_key;err_data : InferIR.Errlog.err_data;}
InferModules.Issuetype t = {proc_name : InferIR.Typ.Procname.t; |
proc_location : InferBase.Location.t; |
err_key : InferIR.Errlog.err_key; |
err_data : InferIR.Errlog.err_data; |
}