]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_tactics/nAuto.mli
Invocation of paramod
[helm.git] / helm / software / components / ng_tactics / nAuto.mli
index c1d24e70be8bd86bdd5a139ab469dd9d2a393394..36b5bd153a083ad99e86032c9ead1e1ddbefbe61 100644 (file)
 
 (* $Id: nCic.ml 9058 2008-10-13 17:42:30Z tassi $ *)
 
-val auto_tac : 's NTacStatus.tactic
+val auto_tac:
+  params:(NTacStatus.tactic_term list * (string * string) list) -> 
+   's NTacStatus.tactic
+
+val group_by_tac:
+  eq_predicate:
+    ((#NTacStatus.tac_status as 'a) ->
+      Continuationals.goal list -> Continuationals.goal -> bool) ->
+  action:'a NTacStatus.tactic -> 
+    'a NTacStatus.tactic
+
+val debug : bool ref