X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_tactics%2FnTactics.mli;h=142300cc0bb91d30d74ef1381adb53fe0678f02f;hb=a3ee89dab26307ce1cedc8041ede995a97d51446;hp=4c3e4d159fda1da9163b3edc711ce252d07ddbf1;hpb=8d7287519cc51145fcac0ee603ba136dc749857d;p=helm.git diff --git a/helm/software/components/ng_tactics/nTactics.mli b/helm/software/components/ng_tactics/nTactics.mli index 4c3e4d159..142300cc0 100644 --- a/helm/software/components/ng_tactics/nTactics.mli +++ b/helm/software/components/ng_tactics/nTactics.mli @@ -41,13 +41,16 @@ 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 -> + ((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:'a -> NTacStatus.tactic