]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/tactics.mli
new tactics are almost ready
[helm.git] / helm / software / components / tactics / tactics.mli
index c75f183e45a48821c7d6b9067a8227be21d85b67..927ae8102e06c4f05a18f0bf04fb09616f873876 100644 (file)
@@ -1,6 +1,7 @@
-(* GENERATED FILE, DO NOT EDIT. STAMP:Sat Jun  7 20:09:50 CEST 2008 *)
+(* GENERATED FILE, DO NOT EDIT. STAMP:Wed Jul  2 19:37:38 CEST 2008 *)
 val absurd : term:Cic.term -> ProofEngineTypes.tactic
 val apply : term:Cic.term -> ProofEngineTypes.tactic
+val applyP : term:Cic.term -> ProofEngineTypes.tactic
 val applyS :
   dbd:HSql.dbd ->
   term:Cic.term ->
@@ -14,6 +15,7 @@ val auto :
 val cases_intros :
   ?howmany:int ->
   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
+  ?pattern:ProofEngineTypes.lazy_pattern ->
   Cic.term -> ProofEngineTypes.tactic
 val change :
   ?with_cast:bool ->