Module type Index_intf.LEAF
val empty : tval add : t -> term -> elt -> tval remove : t -> term -> elt -> tval is_empty : t -> boolval iter : t -> (term -> elt -> unit) -> unitval fold : t -> 'a -> ('a -> term -> elt -> 'a) -> 'aval size : t -> intval fold_unify : t Scoped.t -> term Scoped.t -> (term * elt * Unif_subst.t) Iter.tval fold_unify_complete : unif_alg:(Term.t Scoped.t -> Term.t Scoped.t -> Unif_subst.t option OSeq.t) -> t Scoped.t -> term Scoped.t -> (term * elt * Unif_subst.t option OSeq.t) Iter.tval fold_match : ?subst:subst -> t Scoped.t -> term Scoped.t -> (term * elt * subst) Iter.tMatch the indexed terms against the given query term