X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2Ftactics.mli;h=fa9d4ed8bfa5e059ca19bc5c9a4b2c341e28e4ff;hb=30743ffb0d331aaaa449957238128943ba781ecf;hp=a0aa32b3c268a51dc3b8ec505ff14db730faff63;hpb=ed5c4e15429c37bef0f59dfd7160f6883586ed0f;p=helm.git diff --git a/helm/software/components/tactics/tactics.mli b/helm/software/components/tactics/tactics.mli index a0aa32b3c..fa9d4ed8b 100644 --- a/helm/software/components/tactics/tactics.mli +++ b/helm/software/components/tactics/tactics.mli @@ -1,16 +1,17 @@ -(* GENERATED FILE, DO NOT EDIT. STAMP:Sun Jun 8 15:54:21 CEST 2008 *) +(* GENERATED FILE, DO NOT EDIT. STAMP:Thu Apr 16 11:28:06 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: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 -> @@ -34,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 -> @@ -99,7 +100,7 @@ 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 + automation_cache:AutomationCache.cache -> unit -> ProofEngineTypes.tactic val split : ProofEngineTypes.tactic val symmetry : ProofEngineTypes.tactic val transitivity : term:Cic.term -> ProofEngineTypes.tactic