X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2Fdeclarative.mli;h=21e49b8e2e3ef40bfe290ce76e6c22c321800374;hb=b4f6b1a39b59e923527f5c17d8fdd0fa1e13e1bf;hp=987663e15ebb929c346b66a59d848f7009539cef;hpb=ec0b4acecb86886baf5f785da270fd60e7910b32;p=helm.git diff --git a/helm/software/components/tactics/declarative.mli b/helm/software/components/tactics/declarative.mli index 987663e15..21e49b8e2 100644 --- a/helm/software/components/tactics/declarative.mli +++ b/helm/software/components/tactics/declarative.mli @@ -30,11 +30,11 @@ val assume : string -> Cic.term -> ProofEngineTypes.tactic val suppose : Cic.term -> string -> Cic.term option -> ProofEngineTypes.tactic val by_just_we_proved : - dbd:HSql.dbd -> universe:Universe.universe -> + dbd:HSql.dbd -> automation_cache:AutomationCache.cache -> just -> Cic.term -> string option -> Cic.term option -> ProofEngineTypes.tactic -val bydone : dbd:HSql.dbd -> universe:Universe.universe -> +val bydone : dbd:HSql.dbd -> automation_cache:AutomationCache.cache -> just -> ProofEngineTypes.tactic val we_need_to_prove : @@ -51,15 +51,15 @@ val thesisbecomes : Cic.term -> ProofEngineTypes.tactic val case : string -> params:(string * Cic.term) list -> ProofEngineTypes.tactic val existselim : - dbd:HSql.dbd -> universe:Universe.universe -> just -> + dbd:HSql.dbd -> automation_cache:AutomationCache.cache -> just -> string -> Cic.term -> string -> Cic.lazy_term -> ProofEngineTypes.tactic val andelim : - dbd:HSql.dbd -> universe:Universe.universe -> just -> + dbd:HSql.dbd -> automation_cache:AutomationCache.cache -> just -> string -> Cic.term -> string -> Cic.term -> ProofEngineTypes.tactic val rewritingstep : - dbd:HSql.dbd -> universe:Universe.universe -> + dbd:HSql.dbd -> automation_cache:AutomationCache.cache -> (string option * Cic.term) option -> Cic.term -> [ `Term of Cic.term | `Auto of Auto.auto_params | `Proof | `SolveWith of Cic.term] ->