]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/primitiveTactics.mli
auto snapshot
[helm.git] / helm / software / components / tactics / primitiveTactics.mli
index c30952cae8b4ba6dc99aeca7549aa0ed98ad840a..6e0c821cca0333bfaf6b03ea5291f83ac02a6f3c 100644 (file)
@@ -44,8 +44,8 @@ val classify_metas :
 
 (* ALB, needed by the new paramodulation... *)
 val apply_with_subst:
-  term:Cic.term -> ?subst:Cic.substitution -> ProofEngineTypes.proof * int ->
-  Cic.substitution * (ProofEngineTypes.proof * int list)
+  term:Cic.term -> ?subst:Cic.substitution -> ?maxmeta:int -> ProofEngineTypes.proof * int ->
+  Cic.substitution * (ProofEngineTypes.proof * int list) * int
 
 (* not a real tactic *)
 val apply_tac_verbose :