X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FproofEngine.mli;h=f5c31067f8f44ce5adaa19f0e64861e7a27b7986;hb=866249edf202e4fec2c0e3fffdee96782009d6f3;hp=f9233ea05a83a2f1b2b4100999098cc94b058285;hpb=5a8a7dd777c55a9907699a709760b0616b571919;p=helm.git diff --git a/helm/gTopLevel/proofEngine.mli b/helm/gTopLevel/proofEngine.mli index f9233ea05..f5c31067f 100644 --- a/helm/gTopLevel/proofEngine.mli +++ b/helm/gTopLevel/proofEngine.mli @@ -23,8 +23,6 @@ * http://cs.unibo.it/helm/. *) -exception NotConvertible - (* proof engine status *) val proof : ProofEngineTypes.proof option ref val goal : ProofEngineTypes.goal option ref @@ -37,7 +35,6 @@ val whd : Cic.term -> unit val reduce : Cic.term -> unit val simpl : Cic.term -> unit val fold : Cic.term -> unit -val change : goal_input:Cic.term -> input:Cic.term -> unit (* scratch area reduction tactics *) val whd_in_scratch : Cic.term -> Cic.term -> Cic.term @@ -51,6 +48,7 @@ val cut : Cic.term -> unit val letin : Cic.term -> unit val exact : Cic.term -> unit val elim_intros_simpl : Cic.term -> unit +val change : goal_input:Cic.term -> input:Cic.term -> unit (* structural tactics *) val clearbody : Cic.hypothesis -> unit @@ -60,3 +58,4 @@ val clear : Cic.hypothesis -> unit val elim_type : Cic.term -> unit val ring : unit -> unit val fourier : unit -> unit +val rewrite_simpl : Cic.term -> unit