Module S.UnitIndex
module E : Logtk.Index_intf.EQUATION with type t = Logtk.Term.t * Logtk.Term.t * bool * C.t and type rhs = Logtk.Term.tModule that describes indexed equations
type rhs= E.rhsRight hand side of equation
val add_seq : t -> E.t Sequence.t -> tval add_list : t -> E.t list -> tval remove : t -> E.t -> tval remove_seq : t -> E.t Sequence.t -> tval size : t -> intNumber of indexed (in)equations
val iter : t -> (Logtk.Index_intf.term -> E.t -> unit) -> unitIterate on indexed equations
val retrieve : ?subst:Logtk.Index_intf.subst -> sign:bool -> t Logtk.Scoped.t -> Logtk.Index_intf.term Logtk.Scoped.t -> (Logtk.Index_intf.term * rhs * E.t * Logtk.Index_intf.subst) Sequence.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