ProofState.UnitIndexmodule E :
Logtk.Index_intf.EQUATION
with type t = Logtk.Term.t * Logtk.Term.t * bool * C.t
with type rhs = Logtk.Term.tModule that describes indexed equations
type rhs = E.rhsRight hand side of equation
val empty : unit -> tval is_empty : t -> boolval 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) Iter.tretrieve ~sign (idx,si) (t,st) acc iterates on (in)equations l ?= r of given sign and substitutions subst, 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