X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_tactics%2FnAuto.mli;h=417adcd60fbd4069784040fc743d76c7735218ec;hb=89fc31fc5cc01e8860cf67a8e096c24125370d31;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..417adcd60 100644 --- a/helm/software/components/ng_tactics/nAuto.mli +++ b/helm/software/components/ng_tactics/nAuto.mli @@ -11,4 +11,16 @@ (* $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) -> + ?trace_ref:CicNotationPt.term list ref -> + '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