]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_tactics/nTactics.mli
EXPERIMENTAL COMMIT (part B, by CSC :-):
[helm.git] / helm / software / components / ng_tactics / nTactics.mli
index b558b4c9b48cae4e627c2687d265e4c42eff6979..7d8c15068bf67c7985ed37846356edbeceaa77ed 100644 (file)
@@ -41,8 +41,8 @@ val rewrite_tac:
    what:NTacStatus.tactic_term -> where:NTacStatus.tactic_pattern -> 
     NTacStatus.tactic
 val generalize_tac : where:NTacStatus.tactic_pattern -> NTacStatus.tactic
-val eval_tac: 
-      reduction:[ `Whd of bool ] ->
+val reduce_tac: 
+      reduction:[ `Normalize of bool | `Whd of bool ] ->
       where:NTacStatus.tactic_pattern -> NTacStatus.tactic
 val letin_tac: 
       where:NTacStatus.tactic_pattern ->
@@ -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