Module InferModules__ToplUtils
val any_type : InferIR.Typ.tFor now, Topl is untyped. The "any" type is simulated with "java.lang.Object".
val topl_class_name : InferIR.Typ.Name.tval topl_class_typ : InferIR.Typ.tval static_var : string -> InferIR.Exp.tval local_var : InferIR.Typ.Procname.t -> string -> InferIR.Exp.tval constant_int : int -> InferIR.Exp.tval topl_call : InferIR.Ident.t -> InferIR.Typ.desc -> InferBase.Location.t -> string -> (InferIR.Exp.t * InferIR.Typ.t) InferStdlib.IStd.sexp_list -> InferIR.Sil.instrCall a TOPL function; that is, a static member of "topl.Property" with java.lang.Object arguments and return
ret_idof typeret_typ.
val is_synthesized : InferIR.Typ.Procname.t -> boolval debug : ('a, Stdlib.Format.formatter, unit) InferStdlib.IStd.format -> 'a