]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_tactics/nTactics.mli
Changes to declarative tactics, implementation of equality chain
[helm.git] / matita / components / ng_tactics / nTactics.mli
index c492b8c644c1279d2da38b78acd58ffecb4eb338..250b26991625442e6d2d46559541ac20d3c4c42a 100644 (file)
@@ -13,6 +13,7 @@
 
 val print_tac: bool -> string -> 's NTacStatus.tactic
 
+val id_tac: 's NTacStatus.tactic
 val dot_tac: 's NTacStatus.tactic
 val branch_tac: ?force:bool -> 's NTacStatus.tactic
 val shift_tac: 's NTacStatus.tactic
@@ -91,3 +92,4 @@ val inversion_tac:
      's NTacStatus.tactic
 
 val exact_tac: NTacStatus.tactic_term -> 's NTacStatus.tactic
+val first_tac: 's NTacStatus.tactic list -> 's NTacStatus.tactic