X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2Ftactics.mli;h=4307e6b034f4f82729ecda83cccd93e8c4e23a90;hb=936f80cf031a7b034dd70fef49abb90e69f2e680;hp=f95c736bb010c221f0d344e6f9483a955b3d1e27;hpb=e05e28d01c55699ce539699ac745341bfa4c1c0f;p=helm.git diff --git a/components/tactics/tactics.mli b/components/tactics/tactics.mli index f95c736bb..4307e6b03 100644 --- a/components/tactics/tactics.mli +++ b/components/tactics/tactics.mli @@ -1,16 +1,18 @@ -(* GENERATED FILE, DO NOT EDIT. STAMP:Mon Apr 16 17:26:20 CEST 2007 *) +(* GENERATED FILE, DO NOT EDIT. STAMP:Fri Jun 1 13:27:04 CEST 2007 *) val absurd : term:Cic.term -> ProofEngineTypes.tactic val apply : term:Cic.term -> ProofEngineTypes.tactic val applyS : - dbd:HMysql.dbd -> + dbd:HSql.dbd -> term:Cic.term -> params:(string * string) list -> universe:Universe.universe -> ProofEngineTypes.tactic val assumption : ProofEngineTypes.tactic val auto : + dbd:HSql.dbd -> params:(string * string) list -> - dbd:HMysql.dbd -> universe:Universe.universe -> ProofEngineTypes.tactic + universe:Universe.universe -> ProofEngineTypes.tactic val cases_intros : + ?howmany:int -> ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> Cic.term -> ProofEngineTypes.tactic val change : @@ -28,7 +30,7 @@ val decompose : ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> unit -> ProofEngineTypes.tactic val demodulate : - dbd:HMysql.dbd -> universe:Universe.universe -> ProofEngineTypes.tactic + dbd:HSql.dbd -> universe:Universe.universe -> ProofEngineTypes.tactic val destruct : term:Cic.term -> ProofEngineTypes.tactic val elim_intros : ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> @@ -47,7 +49,7 @@ val elim_type : ?depth:int -> ?using:Cic.term -> Cic.term -> ProofEngineTypes.tactic val exact : term:Cic.term -> ProofEngineTypes.tactic val exists : ProofEngineTypes.tactic -val fail : ProofEngineTypes.tactic +val fail : Tacticals.tactic val fold : reduction:ProofEngineTypes.lazy_reduction -> term:Cic.lazy_term -> @@ -55,11 +57,11 @@ val fold : val fourier : ProofEngineTypes.tactic val fwd_simpl : ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> - dbd:HMysql.dbd -> string -> ProofEngineTypes.tactic + dbd:HSql.dbd -> string -> ProofEngineTypes.tactic val generalize : ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic -val id : ProofEngineTypes.tactic +val id : Tacticals.tactic val intros : ?howmany:int -> ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> @@ -91,7 +93,6 @@ val rewrite_simpl : Cic.term -> string list -> ProofEngineTypes.tactic val right : ProofEngineTypes.tactic val ring : ProofEngineTypes.tactic -val set_goal : int -> ProofEngineTypes.tactic val simpl : pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic val split : ProofEngineTypes.tactic val subst : ProofEngineTypes.tactic @@ -101,3 +102,7 @@ val unfold : Cic.lazy_term option -> pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic val whd : pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic +val compose : + ?howmany:int -> + ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> + Cic.term -> Cic.term -> ProofEngineTypes.tactic