]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_tactics/nTactics.mli
...
[helm.git] / helm / software / components / ng_tactics / nTactics.mli
index 3e13035eb792d4188a976d88137f9fe0989a2b36..7d8c15068bf67c7985ed37846356edbeceaa77ed 100644 (file)
@@ -51,3 +51,7 @@ val letin_tac:
 val assert_tac:
  ((string * [`Decl of NTacStatus.tactic_term | `Def of NTacStatus.tactic_term * NTacStatus.tactic_term]) list * NTacStatus.tactic_term) list ->
   NTacStatus.tactic
+
+val auto_tac:
+  params:(NTacStatus.tactic_term list * (string * string) list) -> 
+   NTacStatus.tactic