X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_tactics%2FnAuto.mli;h=417adcd60fbd4069784040fc743d76c7735218ec;hb=a0b7db9844126ebcdf4b5dbb586514854cef5d93;hp=7121bb946294e5e6b3759a62b3cd62de99dcac83;hpb=8e905c34eb47a3f5fa67afa7997576d57588a50f;p=helm.git diff --git a/helm/software/components/ng_tactics/nAuto.mli b/helm/software/components/ng_tactics/nAuto.mli index 7121bb946..417adcd60 100644 --- a/helm/software/components/ng_tactics/nAuto.mli +++ b/helm/software/components/ng_tactics/nAuto.mli @@ -12,6 +12,15 @@ (* $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 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