]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/tactics.mli
transcript: now we can generate procedural output
[helm.git] / helm / software / components / tactics / tactics.mli
index 3c27f52f41a891f0dc70ebb10bee158b986071f5..927ae8102e06c4f05a18f0bf04fb09616f873876 100644 (file)
@@ -1,6 +1,7 @@
-(* GENERATED FILE, DO NOT EDIT. STAMP:Thu Mar 20 16:36:00 CET 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 ->