]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/paramodulation/indexing.mli
initial import of standalone matitaprover binary
[helm.git] / helm / software / components / tactics / paramodulation / indexing.mli
index e36cfba494bbb432c77a8bb2185b73f72fdd5c35..06d1ada3fc795e055762f6937b3b6df61558e395 100644 (file)
@@ -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