X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_tactics%2FnTactics.mli;h=7d8c15068bf67c7985ed37846356edbeceaa77ed;hb=dcdbb979433a61e2ef2842d96604098728824416;hp=9eeebfe7fb2460739ed3c67f199f0e099d6a0b9b;hpb=b2a9b21233b1b7c645175e26fc3f3ab03a308c08;p=helm.git diff --git a/helm/software/components/ng_tactics/nTactics.mli b/helm/software/components/ng_tactics/nTactics.mli index 9eeebfe7f..7d8c15068 100644 --- a/helm/software/components/ng_tactics/nTactics.mli +++ b/helm/software/components/ng_tactics/nTactics.mli @@ -41,6 +41,17 @@ val rewrite_tac: what:NTacStatus.tactic_term -> where:NTacStatus.tactic_pattern -> NTacStatus.tactic val generalize_tac : where:NTacStatus.tactic_pattern -> NTacStatus.tactic -val eval_tac: - reduction:[ `Whd of bool ] -> +val reduce_tac: + reduction:[ `Normalize of bool | `Whd of bool ] -> where:NTacStatus.tactic_pattern -> NTacStatus.tactic +val letin_tac: + where:NTacStatus.tactic_pattern -> + what: NTacStatus.tactic_term -> + string -> NTacStatus.tactic +val assert_tac: + ((string * [`Decl of NTacStatus.tactic_term | `Def of NTacStatus.tactic_term * NTacStatus.tactic_term]) list * NTacStatus.tactic_term) list -> + NTacStatus.tactic + +val auto_tac: + params:(NTacStatus.tactic_term list * (string * string) list) -> + NTacStatus.tactic