X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2FreductionTactics.mli;h=f04e7dcac646ca9f14c961a62dcdbc183e85356b;hb=73993c770d613df679df63d8d3d89fc37c02ae09;hp=62200df69a0cfc3d6e843fae3ad0acc114d7fe4e;hpb=acc9067d3263ffced81c52539f918d47d418d5c7;p=helm.git diff --git a/helm/software/components/tactics/reductionTactics.mli b/helm/software/components/tactics/reductionTactics.mli index 62200df69..f04e7dcac 100644 --- a/helm/software/components/tactics/reductionTactics.mli +++ b/helm/software/components/tactics/reductionTactics.mli @@ -35,7 +35,8 @@ val unfold_tac: pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic -val change_tac: +val change_tac: + ?with_cast:bool -> pattern:ProofEngineTypes.lazy_pattern -> Cic.lazy_term -> ProofEngineTypes.tactic