X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2Ftactics.mli;h=310cf42ef551db30fd3b5fd5ec1abf73db0076f2;hb=706fcc9a5598a85d3d63ad0c9dd4245c8e0233f6;hp=69f415ee14f8bfb4e122534f941e75df3e67d7b9;hpb=5c1b44dfefa085fbb56e23047652d3650be9d855;p=helm.git diff --git a/helm/software/components/tactics/tactics.mli b/helm/software/components/tactics/tactics.mli index 69f415ee1..310cf42ef 100644 --- a/helm/software/components/tactics/tactics.mli +++ b/helm/software/components/tactics/tactics.mli @@ -1,19 +1,21 @@ -(* GENERATED FILE, DO NOT EDIT. STAMP:Fri Jan 4 11:45:29 CET 2008 *) +(* GENERATED FILE, DO NOT EDIT. STAMP:Tue Apr 28 17:14:45 CEST 2009 *) 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 -> - params:(string * string) list -> - universe:Universe.universe -> ProofEngineTypes.tactic + params:Auto.auto_params -> + automation_cache:AutomationCache.cache -> ProofEngineTypes.tactic val assumption : ProofEngineTypes.tactic val auto : dbd:HSql.dbd -> - params:(string * string) list -> - universe:Universe.universe -> ProofEngineTypes.tactic + params:Auto.auto_params -> + automation_cache:AutomationCache.cache -> ProofEngineTypes.tactic 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 -> @@ -31,7 +33,9 @@ val decompose : ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> unit -> ProofEngineTypes.tactic val demodulate : - dbd:HSql.dbd -> universe:Universe.universe -> ProofEngineTypes.tactic + dbd:HSql.dbd -> + params:Auto.auto_params -> + automation_cache:AutomationCache.cache -> ProofEngineTypes.tactic val destruct : Cic.term list option -> ProofEngineTypes.tactic val elim_intros : ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> @@ -79,7 +83,6 @@ val letin : Cic.term -> ProofEngineTypes.tactic val normalize : pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic -val reduce : pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic val reflexivity : ProofEngineTypes.tactic val replace : pattern:ProofEngineTypes.lazy_pattern -> @@ -95,8 +98,6 @@ val rewrite_simpl : val right : ProofEngineTypes.tactic val ring : ProofEngineTypes.tactic val simpl : pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic -val solve_rewrite : - universe:Universe.universe -> ?steps:int -> unit -> ProofEngineTypes.tactic val split : ProofEngineTypes.tactic val symmetry : ProofEngineTypes.tactic val transitivity : term:Cic.term -> ProofEngineTypes.tactic