X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FreductionTactics.mli;h=8df6c2468777854d87d2fc2d2bf0a5c56811b6a5;hb=01b776465cd1d0779e635a551da0c6ca77d05b70;hp=00784be7e00da815d4c00a90f5f213b66ae9198b;hpb=989a5444a5162ba9259858a25a1dadab300291a3;p=helm.git diff --git a/helm/gTopLevel/reductionTactics.mli b/helm/gTopLevel/reductionTactics.mli index 00784be7e..8df6c2468 100644 --- a/helm/gTopLevel/reductionTactics.mli +++ b/helm/gTopLevel/reductionTactics.mli @@ -32,4 +32,5 @@ val whd_tac: also_in_hypotheses:bool -> term:(Cic.term option) -> ProofEngineTypes.tactic val fold_tac: + reduction:(Cic.context -> Cic.term -> Cic.term) -> also_in_hypotheses:bool -> term:Cic.term -> ProofEngineTypes.tactic