Skip to main content
Module ConditionDom.Path
type t' = | Root| Append of t * Literal.t| Join of {a : t;b : t;ancestor : t;
}
and t = {id : int;content : t';depth : int;
}val pretty : Stdlib.Format.formatter -> t -> unitval equal : t -> t -> boolval count : int Stdlib.refval nearest_common_ancestor : t -> t -> tval is_prefix : t -> t -> boolval disjoint : t -> t -> boolval weakhash_default_size : intval tag_ref : int Stdlib.ref