X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2Fparamodulation%2Findexing.mli;h=06d1ada3fc795e055762f6937b3b6df61558e395;hb=4693f3b9de6d867921b51f61e9a7dc36c3da1b77;hp=e36cfba494bbb432c77a8bb2185b73f72fdd5c35;hpb=25564c06c570e5ab9be455904c0b381842f8d4c4;p=helm.git diff --git a/helm/software/components/tactics/paramodulation/indexing.mli b/helm/software/components/tactics/paramodulation/indexing.mli index e36cfba49..06d1ada3f 100644 --- a/helm/software/components/tactics/paramodulation/indexing.mli +++ b/helm/software/components/tactics/paramodulation/indexing.mli @@ -31,7 +31,7 @@ module Index : with type elt = Utils.pos * Equality.equality and type t = Equality_indexing.DT.PosEqSet.t type t = - Discrimination_tree.Make(Discrimination_tree.CicIndexable)(PosEqSet).t + Discrimination_tree.Make(Cic_indexable.CicIndexable)(PosEqSet).t end val check_for_duplicates : Cic.metasenv -> string -> unit