X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2Funiverse.ml;h=d20dbda352acf9ed2a59adeff810352c6993ada8;hb=95adf6dc8e29a71adc34e71eafe3f427990126e0;hp=780b72daf8e421402e4752a070867ea00044a6db;hpb=7cb22a7f8107a6cde0b77b7879e04f586a347102;p=helm.git diff --git a/helm/software/components/tactics/universe.ml b/helm/software/components/tactics/universe.ml index 780b72daf..d20dbda35 100644 --- a/helm/software/components/tactics/universe.ml +++ b/helm/software/components/tactics/universe.ml @@ -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 ;;