X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2Ftactics.mli;h=deaf84aa612cb0f979d7c0345af027d863eb4c33;hb=dd5b3afb330c2efc69b97cc8762b71bd86685acd;hp=73d864e1dd7cbbc02e6b2c74ea672b76ea9e9004;hpb=f68f452173a5077c58f93587faad65fcced77223;p=helm.git diff --git a/components/tactics/tactics.mli b/components/tactics/tactics.mli index 73d864e1d..deaf84aa6 100644 --- a/components/tactics/tactics.mli +++ b/components/tactics/tactics.mli @@ -1,10 +1,18 @@ -(* GENERATED FILE, DO NOT EDIT. STAMP:Wed Jun 28 17:27:38 CEST 2006 *) +(* GENERATED FILE, DO NOT EDIT. STAMP:Thu Mar 1 10:25:04 CET 2007 *) 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 -> + universe:Universe.universe -> ProofEngineTypes.tactic val assumption : ProofEngineTypes.tactic val auto : - params:(string * string) list -> dbd:HMysql.dbd -> ProofEngineTypes.tactic + params:(string * string) list -> + dbd:HMysql.dbd -> universe:Universe.universe -> ProofEngineTypes.tactic +val cases_intros : + ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> + Cic.term -> ProofEngineTypes.tactic val change : pattern:ProofEngineTypes.lazy_pattern -> Cic.lazy_term -> ProofEngineTypes.tactic @@ -16,13 +24,12 @@ val cut : ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> Cic.term -> ProofEngineTypes.tactic val decompose : + ?sorts:string list -> ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> - ?user_types:(UriManager.uri * int) list -> - ?what:string -> dbd:HMysql.dbd -> ProofEngineTypes.tactic + unit -> ProofEngineTypes.tactic val demodulate : - dbd:HMysql.dbd -> - pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic -val discriminate : term:Cic.term -> ProofEngineTypes.tactic + dbd:HMysql.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 -> ?depth:int -> ?using:Cic.term -> Cic.term -> ProofEngineTypes.tactic @@ -47,7 +54,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 -> @@ -72,16 +78,17 @@ val replace : val rewrite : direction:[ `LeftToRight | `RightToLeft ] -> pattern:ProofEngineTypes.lazy_pattern -> - Cic.term -> ProofEngineTypes.tactic + Cic.term -> string list -> ProofEngineTypes.tactic val rewrite_simpl : direction:[ `LeftToRight | `RightToLeft ] -> pattern:ProofEngineTypes.lazy_pattern -> - Cic.term -> ProofEngineTypes.tactic + 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 val symmetry : ProofEngineTypes.tactic val transitivity : term:Cic.term -> ProofEngineTypes.tactic val unfold :