]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/primitiveTactics.mli
apply now uses both menv and subst to decide the fresh meta number
[helm.git] / components / tactics / primitiveTactics.mli
index ce5194ad133e4c1435ed6932189c86628f60916d..c30952cae8b4ba6dc99aeca7549aa0ed98ad840a 100644 (file)
@@ -43,8 +43,8 @@ val classify_metas :
   (Cic.term * Cic.context * Cic.term) list
 
 (* ALB, needed by the new paramodulation... *)
-val apply_tac_verbose_with_subst:
-  term:Cic.term -> ProofEngineTypes.proof * int ->
+val apply_with_subst:
+  term:Cic.term -> ?subst:Cic.substitution -> ProofEngineTypes.proof * int ->
   Cic.substitution * (ProofEngineTypes.proof * int list)
 
 (* not a real tactic *)