X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FreductionTactics.mli;h=00784be7e00da815d4c00a90f5f213b66ae9198b;hb=adbb8f993af86259003d7978a26de549b3aef2ae;hp=a4cf407f08fc103a26a977b9895ad1179c068b90;hpb=b0f879da074adb838681869bf401c97d0a860c6b;p=helm.git diff --git a/helm/gTopLevel/reductionTactics.mli b/helm/gTopLevel/reductionTactics.mli index a4cf407f0..00784be7e 100644 --- a/helm/gTopLevel/reductionTactics.mli +++ b/helm/gTopLevel/reductionTactics.mli @@ -23,8 +23,13 @@ * http://cs.unibo.it/helm/. *) -val simpl_tac: ProofEngineTypes.tactic -val reduce_tac: ProofEngineTypes.tactic -val whd_tac: ProofEngineTypes.tactic +(* The default of term is the thesis of the goal to be prooved *) +val simpl_tac: + also_in_hypotheses:bool -> term:(Cic.term option) -> ProofEngineTypes.tactic +val reduce_tac: + also_in_hypotheses:bool -> term:(Cic.term option) -> ProofEngineTypes.tactic +val whd_tac: + also_in_hypotheses:bool -> term:(Cic.term option) -> ProofEngineTypes.tactic + val fold_tac: also_in_hypotheses:bool -> term:Cic.term -> ProofEngineTypes.tactic