X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2Fparamodulation%2Findexing.mli;h=5af20df5c66bc17b93e707f501cd314aae4dd6e2;hb=5bd00cfdff937c2bb6c257f9c28b00ca027103e0;hp=bb005f8d3728f22a7ac7b31b9f262d9ab27f02e2;hpb=14621bf944fd8cae2d0f0bc8bc0e0f8123cbffa7;p=helm.git diff --git a/helm/software/components/tactics/paramodulation/indexing.mli b/helm/software/components/tactics/paramodulation/indexing.mli index bb005f8d3..5af20df5c 100644 --- a/helm/software/components/tactics/paramodulation/indexing.mli +++ b/helm/software/components/tactics/paramodulation/indexing.mli @@ -48,8 +48,8 @@ val build_newtarget_time : float ref val subsumption : Cic.metasenv * Cic.context * CicUniv.universe_graph -> Index.t -> - 'a * 'b * ('c * Index.key * Index.key * 'd) * Cic.metasenv * 'e -> - bool * Cic.substitution + Inference.equality -> + (Inference.substitution * Inference.equality) option val superposition_left : int -> Cic.conjecture list * Cic.context * CicUniv.universe_graph -> @@ -84,7 +84,7 @@ val demodulation_theorem : 'a * (Cic.term * Index.key * Cic.metasenv) val check_target: Cic.context -> - Inference.equality -> string -> Cic.term * CicUniv.universe_graph + Inference.equality -> string -> unit (* maxmeta for relocate *) val local_max : int ref