]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/tactics.mli
new compose tactic, still undocumented.
[helm.git] / components / tactics / tactics.mli
index 70773a4a7fd41bf370ffe9ddde6d4a94a91de865..4307e6b034f4f82729ecda83cccd93e8c4e23a90 100644 (file)
@@ -1,4 +1,4 @@
-(* GENERATED FILE, DO NOT EDIT. STAMP:Fri May 25 11:09:42 CEST 2007 *)
+(* GENERATED FILE, DO NOT EDIT. STAMP:Fri Jun  1 13:27:04 CEST 2007 *)
 val absurd : term:Cic.term -> ProofEngineTypes.tactic
 val apply : term:Cic.term -> ProofEngineTypes.tactic
 val applyS :
@@ -102,3 +102,7 @@ val unfold :
   Cic.lazy_term option ->
   pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic
 val whd : pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic
+val compose :
+  ?howmany:int ->
+  ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
+  Cic.term -> Cic.term -> ProofEngineTypes.tactic