Module Dtree.Default
module E = Index.BasicEquationModule that describes indexed equations
type rhs= E.rhsRight hand side of equation
val add_seq : t -> E.t Iter.t -> tval add_list : t -> E.t list -> tval remove : t -> E.t -> tval remove_seq : t -> E.t Iter.t -> tval size : t -> intNumber of indexed (in)equations
val iter : t -> (Index_intf.term -> E.t -> unit) -> unitIterate on indexed equations
val retrieve : ?subst:Index_intf.subst -> sign:bool -> t Scoped.t -> Index_intf.term Scoped.t -> (Index_intf.term * rhs * E.t * Index_intf.subst) Iter.tretrieve ~sign (idx,si) (t,st) acciterates on (in)equations l ?= r of givensignand substitutionssubst, such that subst(l, si) = t. It therefore finds generalizations of the query term.
val to_dot : t CCFormat.printerprint the index in the DOT format