]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/reductionTactics.mli
Porting to the new DTD for MoWGLI.
[helm.git] / helm / gTopLevel / reductionTactics.mli
index 97418b4da214a23bd079da031691204bfd976a29..00784be7e00da815d4c00a90f5f213b66ae9198b 100644 (file)
  * 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