]> matita.cs.unibo.it Git - helm.git/commitdiff
export group_by_tac
authorEnrico Tassi <enrico.tassi@inria.fr>
Wed, 28 Oct 2009 10:52:46 +0000 (10:52 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Wed, 28 Oct 2009 10:52:46 +0000 (10:52 +0000)
helm/software/components/ng_tactics/nAuto.mli

index 99d6aa7e8cc44d1aed184cedbcca557c8c81c7f3..36b5bd153a083ad99e86032c9ead1e1ddbefbe61 100644 (file)
@@ -15,4 +15,11 @@ 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