]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_tactics/nAuto.mli
notational update in lambdadelta completed
[helm.git] / helm / software / components / ng_tactics / nAuto.mli
index f8f5ae4e212a40c234f0534fe9923bd8367615f0..417adcd60fbd4069784040fc743d76c7735218ec 100644 (file)
 (* $Id: nCic.ml 9058 2008-10-13 17:42:30Z tassi $ *)
 
 val auto_tac:
-  params:(NTacStatus.tactic_term list * (string * string) list) -> 
+  params:(NTacStatus.tactic_term list option * (string * string) list) -> 
+  ?trace_ref:CicNotationPt.term list ref ->
    's NTacStatus.tactic
 
-val auto_paramod_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