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