Module LithoDomain.LocalAccessPath
Access path + its parent procedure
type t
= private
{
access_path : InferIR.AccessPath.t;
parent : InferIR.Typ.Procname.t;
}
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