]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/paramodulation/indexing.mli
added a whd (nodelta) in the carr function used by the refiner (in the eat_prods...
[helm.git] / helm / software / components / tactics / paramodulation / indexing.mli
index bb005f8d3728f22a7ac7b31b9f262d9ab27f02e2..5af20df5c66bc17b93e707f501cd314aae4dd6e2 100644 (file)
@@ -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