]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/tactics.mli
Added a in_universe function
[helm.git] / helm / software / components / tactics / tactics.mli
index 08b32e5714ccb2e4e49a09c13d02cb7e6beaed11..927ae8102e06c4f05a18f0bf04fb09616f873876 100644 (file)
@@ -1,6 +1,7 @@
-(* GENERATED FILE, DO NOT EDIT. STAMP:Sun Jun  8 15:54:21 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 ->