X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FproofEngine.mli;h=ab1b0285e978ce81cd2e762f0dea22562c7c189e;hb=331dc1783c8572be9d5c7c0ba11fa2995539bbf6;hp=710f8efacfad39a52c031fad2959f8d5730cd7b6;hpb=ba712be83ed64a934037e2310aa5bdef25e9d3b9;p=helm.git diff --git a/helm/gTopLevel/proofEngine.mli b/helm/gTopLevel/proofEngine.mli index 710f8efac..ab1b0285e 100644 --- a/helm/gTopLevel/proofEngine.mli +++ b/helm/gTopLevel/proofEngine.mli @@ -36,6 +36,7 @@ val reduce : Cic.term -> unit val simpl : Cic.term -> unit val fold_whd : Cic.term -> unit val fold_reduce : Cic.term -> unit +val fold_simpl : Cic.term -> unit (* scratch area reduction tactics *) val whd_in_scratch : Cic.term -> Cic.term -> Cic.term @@ -49,7 +50,7 @@ val intros : unit -> unit val cut : Cic.term -> unit val letin : Cic.term -> unit val exact : Cic.term -> unit -val elim_simpl_intros : Cic.term -> unit +val elim_intros_simpl : Cic.term -> unit val change : goal_input:Cic.term -> input:Cic.term -> unit (* structural tactics *) @@ -61,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