X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_tactics%2FnAuto.mli;h=2e7394d8c8bdc3b40351238359363805481ecb9b;hb=6c4c95026020ae9924ac652482a8a0f731719e6c;hp=c1d24e70be8bd86bdd5a139ab469dd9d2a393394;hpb=5aeba24517d4811e3dc08de5728a5ad8d47d41a7;p=helm.git diff --git a/helm/software/components/ng_tactics/nAuto.mli b/helm/software/components/ng_tactics/nAuto.mli index c1d24e70b..2e7394d8c 100644 --- a/helm/software/components/ng_tactics/nAuto.mli +++ b/helm/software/components/ng_tactics/nAuto.mli @@ -11,4 +11,15 @@ (* $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 option * (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