X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=components%2Ftactics%2Fdeclarative.mli;h=4693085d2746d3dabcb859d5732e7b6178505dd7;hb=780dd584632c362a0cd01149e23766b62037c971;hp=fae5c7dcf3263c67ea821e05a7cb8367fde6cceb;hpb=b309e9baa51822004379ce6364e138e5e803efe4;p=helm.git diff --git a/components/tactics/declarative.mli b/components/tactics/declarative.mli index fae5c7dcf..4693085d2 100644 --- a/components/tactics/declarative.mli +++ b/components/tactics/declarative.mli @@ -37,6 +37,8 @@ val bydone : dbd:HMysql.dbd -> universe:Universe.universe -> Cic.term option -> val we_need_to_prove : Cic.term -> string option -> Cic.term option -> ProofEngineTypes.tactic +val we_proceed_by_cases_on : Cic.term -> Cic.term -> ProofEngineTypes.tactic + val we_proceed_by_induction_on : Cic.term -> Cic.term -> ProofEngineTypes.tactic val byinduction : Cic.term -> string -> ProofEngineTypes.tactic