]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/reductionTactics.mli
paths trough terms implemented with a nice hack :)
[helm.git] / helm / ocaml / tactics / reductionTactics.mli
index f97b4cf63903674b15836112f72b8d4cd868b856..e1b3f9107493fcb4ea4a47b1b88efcde4b4f987a 100644 (file)
@@ -33,6 +33,9 @@ val reduce_tac:
 val whd_tac:
  also_in_hypotheses:bool -> terms:(Cic.term list option) ->
   ProofEngineTypes.tactic
+val normalize_tac:
+ also_in_hypotheses:bool -> terms:(Cic.term list option) ->
+  ProofEngineTypes.tactic
 
 val fold_tac:
  reduction:(Cic.context -> Cic.term -> Cic.term) ->