X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_tactics%2Fdeclarative.mli;fp=matita%2Fcomponents%2Fng_tactics%2Fdeclarative.mli;h=5b154382fe9674fe5794572c5d694a36189dbaa8;hb=3fab56d1663ba3d5aeb9207612279e0bb0edbb8c;hp=d96a8fd73c8aed6fb2c57c0b2953b2bdfeb35d88;hpb=dd627e471392375ca7b6dad78a931a8682e06dbe;p=helm.git diff --git a/matita/components/ng_tactics/declarative.mli b/matita/components/ng_tactics/declarative.mli index d96a8fd73..5b154382f 100644 --- a/matita/components/ng_tactics/declarative.mli +++ b/matita/components/ng_tactics/declarative.mli @@ -36,3 +36,8 @@ NTacStatus.tactic val existselim : just -> string -> NTacStatus.tactic_term -> NTacStatus.tactic_term -> string -> 's NTacStatus.tactic val thesisbecomes : NTacStatus.tactic_term -> NTacStatus.tactic_term option -> 's NTacStatus.tactic +val rewritingstep : (string option * NTacStatus.tactic_term) option -> NTacStatus.tactic_term -> + [ `Term of NTacStatus.tactic_term | `Auto of NnAuto.auto_params + | `Proof | `SolveWith of NTacStatus.tactic_term ] -> + bool (* last step *) -> 's NTacStatus.tactic +val print_stack : 's NTacStatus.tactic