Module LithoDomain.LocalAccessPath

Access path + its parent procedure

type t = private {
access_path : InferIR.AccessPath.t;
parent : InferIR.Typ.Procname.t;
}
val compare : t -> t -> int
val make : InferIR.AccessPath.t -> InferIR.Typ.Procname.t -> t
val to_formal_option : t -> FormalMap.t -> t option
val pp : F.formatter -> t -> unit