X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2Ftactics.mli;h=16c0d1cd39630f3a93e06c06c237f44a4f606380;hb=1997c9713a0f75ec65803cc8132223142df98204;hp=a77b3475f8a0679e5ce7b49aaea55fadef9aa7d0;hpb=9e18c7f8aa6c5b905598521c769c1a2f58c13262;p=helm.git diff --git a/components/tactics/tactics.mli b/components/tactics/tactics.mli index a77b3475f..16c0d1cd3 100644 --- a/components/tactics/tactics.mli +++ b/components/tactics/tactics.mli @@ -1,7 +1,9 @@ -(* GENERATED FILE, DO NOT EDIT. STAMP:Mon Aug 28 17:29:50 CEST 2006 *) +(* GENERATED FILE, DO NOT EDIT. STAMP:Mon Oct 23 23:15:05 CEST 2006 *) val absurd : term:Cic.term -> ProofEngineTypes.tactic val apply : term:Cic.term -> ProofEngineTypes.tactic -val applyS : dbd:HMysql.dbd -> term:Cic.term -> ProofEngineTypes.tactic +val applyS : + dbd:HMysql.dbd -> + term:Cic.term -> params:(string * string) list -> ProofEngineTypes.tactic val assumption : ProofEngineTypes.tactic val auto : params:(string * string) list -> dbd:HMysql.dbd -> ProofEngineTypes.tactic @@ -20,7 +22,7 @@ val decompose : ?user_types:(UriManager.uri * int) list -> ?what:string -> dbd:HMysql.dbd -> ProofEngineTypes.tactic val demodulate : dbd:HMysql.dbd -> ProofEngineTypes.tactic -val discriminate : term:Cic.term -> ProofEngineTypes.tactic +val destruct : term:Cic.term -> ProofEngineTypes.tactic val elim_intros : ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> ?depth:int -> ?using:Cic.term -> Cic.term -> ProofEngineTypes.tactic @@ -45,7 +47,6 @@ val generalize : ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic val id : ProofEngineTypes.tactic -val injection : term:Cic.term -> ProofEngineTypes.tactic val intros : ?howmany:int -> ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> @@ -80,7 +81,7 @@ val ring : ProofEngineTypes.tactic val set_goal : int -> ProofEngineTypes.tactic val simpl : pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic val split : ProofEngineTypes.tactic -val subst : hyp:string -> ProofEngineTypes.tactic +val subst : ProofEngineTypes.tactic val symmetry : ProofEngineTypes.tactic val transitivity : term:Cic.term -> ProofEngineTypes.tactic val unfold :