X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FproofEngine.mli;h=ab1b0285e978ce81cd2e762f0dea22562c7c189e;hb=370f967a478c116fcc85a81c7953363b4351a2e9;hp=b53e3022d11cb0ffff7656b455fac848f2913e56;hpb=81cc12ae4ebd9741585b38f41c7fb5eb6c5ae916;p=helm.git diff --git a/helm/gTopLevel/proofEngine.mli b/helm/gTopLevel/proofEngine.mli index b53e3022d..ab1b0285e 100644 --- a/helm/gTopLevel/proofEngine.mli +++ b/helm/gTopLevel/proofEngine.mli @@ -62,6 +62,8 @@ val elim_type : Cic.term -> unit val ring : unit -> unit val fourier : unit -> unit val rewrite_simpl : Cic.term -> unit +val rewrite_back_simpl : Cic.term -> unit +val replace : goal_input:Cic.term -> input:Cic.term -> unit val reflexivity : unit -> unit val symmetry : unit -> unit