X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FproofEngine.mli;h=a38a0294761e48abe3da94fe666732eef7234f30;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=4b7db8fe6346dce46302692bad87de265fa89648;hpb=bac72fcaa876137ab7a5630e0c1badc2a627dce8;p=helm.git diff --git a/helm/gTopLevel/proofEngine.mli b/helm/gTopLevel/proofEngine.mli index 4b7db8fe6..a38a02947 100644 --- a/helm/gTopLevel/proofEngine.mli +++ b/helm/gTopLevel/proofEngine.mli @@ -24,7 +24,8 @@ *) (* proof engine status *) -val proof : ProofEngineTypes.proof option ref +val get_proof : unit -> ProofEngineTypes.proof option +val set_proof : ProofEngineTypes.proof option -> unit val goal : ProofEngineTypes.goal option ref (** return a pair of "xml" (as defined in Xml module) representing the current @@ -70,6 +71,7 @@ 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 auto : dbd:Mysql.dbd -> unit -> unit val reflexivity : unit -> unit val symmetry : unit -> unit @@ -99,8 +101,3 @@ val injection : Cic.term -> unit val discriminate : Cic.term -> unit val decide_equality : unit -> unit val compare : Cic.term -> unit - - -(* -val prova_tatticali : unit -> unit -*)