X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2Ftactics.mli;h=927ae8102e06c4f05a18f0bf04fb09616f873876;hb=63e7ef727ce32552106c4d8f3030fd264532fffe;hp=08b32e5714ccb2e4e49a09c13d02cb7e6beaed11;hpb=61379c8030304072ab347400718e1ef25762df80;p=helm.git diff --git a/helm/software/components/tactics/tactics.mli b/helm/software/components/tactics/tactics.mli index 08b32e571..927ae8102 100644 --- a/helm/software/components/tactics/tactics.mli +++ b/helm/software/components/tactics/tactics.mli @@ -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 ->