AccessPath.Abs
type raw = t
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
val get_footprint_index_base : base -> int option
return the formal index associated with the base of this access path if there is one, or None otherwise
val is_exact : t -> bool
return true if t
is an exact representation of an access path, false if it's an abstraction
val pp : Stdlib.Format.formatter -> t -> unit