X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2Ftactics.mli;h=4d143fd2a0d7b0ec389b60b8195b48bbde9d6587;hb=f9abd21eb0d26cf9b632af4df819225be4d091e3;hp=927ae8102e06c4f05a18f0bf04fb09616f873876;hpb=9ece6e414b255f519426d5643782af4f7dfc584f;p=helm.git diff --git a/helm/software/components/tactics/tactics.mli b/helm/software/components/tactics/tactics.mli index 927ae8102..4d143fd2a 100644 --- a/helm/software/components/tactics/tactics.mli +++ b/helm/software/components/tactics/tactics.mli @@ -1,4 +1,4 @@ -(* GENERATED FILE, DO NOT EDIT. STAMP:Wed Jul 2 19:37:38 CEST 2008 *) +(* GENERATED FILE, DO NOT EDIT. STAMP:Mon May 18 11:04:27 CEST 2009 *) val absurd : term:Cic.term -> ProofEngineTypes.tactic val apply : term:Cic.term -> ProofEngineTypes.tactic val applyP : term:Cic.term -> ProofEngineTypes.tactic @@ -6,12 +6,12 @@ val applyS : dbd:HSql.dbd -> term:Cic.term -> params:Auto.auto_params -> - universe:Universe.universe -> ProofEngineTypes.tactic + automation_cache:AutomationCache.cache -> ProofEngineTypes.tactic val assumption : ProofEngineTypes.tactic val auto : dbd:HSql.dbd -> params:Auto.auto_params -> - universe:Universe.universe -> ProofEngineTypes.tactic + automation_cache:AutomationCache.cache -> ProofEngineTypes.tactic val cases_intros : ?howmany:int -> ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> @@ -35,7 +35,7 @@ val decompose : val demodulate : dbd:HSql.dbd -> params:Auto.auto_params -> - universe:Universe.universe -> ProofEngineTypes.tactic + 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 -> @@ -98,9 +98,6 @@ val rewrite_simpl : val right : ProofEngineTypes.tactic val ring : ProofEngineTypes.tactic val simpl : pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic -val solve_rewrite : - params:Auto.auto_params -> - universe:Universe.universe -> unit -> ProofEngineTypes.tactic val split : ProofEngineTypes.tactic val symmetry : ProofEngineTypes.tactic val transitivity : term:Cic.term -> ProofEngineTypes.tactic