]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_tactics/nTactics.mli
removed spurious "
[helm.git] / helm / software / components / ng_tactics / nTactics.mli
index 831704924ab46539d1d891c0144ac7afed8a9927..29b7613a502878ef702cfc9b3378e75192f04ded 100644 (file)
@@ -38,9 +38,11 @@ val focus_tac: int list -> tactic
 val unfocus_tac: tactic
 val skip_tac: tactic
 
-val fold_tactic: lowtactic -> tactic
+val distribute_tac: lowtactic -> tactic
+val block_tac: tactic list -> tactic
 
 val apply_tac: tactic_term -> tactic
+val change_tac: tactic_term -> tactic_term -> tactic
 
 
 val pp_tac_status: tac_status -> unit