]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/universe.ml
initial import of standalone matitaprover binary
[helm.git] / helm / software / components / tactics / universe.ml
index 780b72daf8e421402e4752a070867ea00044a6db..d20dbda352acf9ed2a59adeff810352c6993ada8 100644 (file)
@@ -28,7 +28,7 @@ module Codomain = struct
   let compare = Pervasives.compare 
 end
 module S = Set.Make(Codomain)
-module TI = Discrimination_tree.Make(Discrimination_tree.CicIndexable)(S)
+module TI = Discrimination_tree.Make(Cic_indexable.CicIndexable)(S)
 type universe = TI.t
 
 let empty = TI.empty ;;