]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/primitiveTactics.mli
apply now uses both menv and subst to decide the fresh meta number
[helm.git] / helm / software / components / tactics / primitiveTactics.mli
index c47c9e19a9347b662f3b22c04bdb5e4097ac78fd..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 *)
@@ -76,3 +76,9 @@ val elim_intros_simpl_tac:
 val elim_intros_tac:
   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
   ?depth:int -> ?using:Cic.term -> Cic.term -> ProofEngineTypes.tactic 
+
+(* FG *)
+
+(* inserts a hole in the context *)
+val letout_tac:
+  ProofEngineTypes.tactic