X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2Fparamodulation%2Fequality_indexing.ml;h=f24ff1de1197ecee004540e70918768583012a6f;hb=059b7545a49e50bf6204997027f7bda375af819c;hp=01fecc0ed27f746100e019e962a1078fe835e9cb;hpb=f24441c88f3ba0c7870646fc2cfd1cbdf6517178;p=helm.git diff --git a/helm/software/components/tactics/paramodulation/equality_indexing.ml b/helm/software/components/tactics/paramodulation/equality_indexing.ml index 01fecc0ed..f24ff1de1 100644 --- a/helm/software/components/tactics/paramodulation/equality_indexing.ml +++ b/helm/software/components/tactics/paramodulation/equality_indexing.ml @@ -36,7 +36,7 @@ module type EqualityIndex = val remove_index : t -> Equality.equality -> t val index : t -> Equality.equality -> t val in_index : t -> Equality.equality -> bool - val iter : t -> (PosEqSet.t -> unit) -> unit + val iter : t -> (Discrimination_tree.path -> PosEqSet.t -> unit) -> unit end module DT =