]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/reductionTactics.mli
The fold tactic of proofEngine now uses ReductionTactics.fold_tac.
[helm.git] / helm / gTopLevel / reductionTactics.mli
index 9237deb578e2e47e8d6c15af0be50698552fa520..a4cf407f08fc103a26a977b9895ad1179c068b90 100644 (file)
@@ -26,4 +26,5 @@
 val simpl_tac: ProofEngineTypes.tactic
 val reduce_tac: ProofEngineTypes.tactic
 val whd_tac: ProofEngineTypes.tactic
-val fold_tac: term:Cic.term -> ProofEngineTypes.tactic
+val fold_tac:
+ also_in_hypotheses:bool -> term:Cic.term -> ProofEngineTypes.tactic