X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FproofEngine.mli;h=58a9a369521b18342d658c0284c5e7a3e3081877;hb=3bb4ce11fb9d4c6375483a80344beb94c4517dd7;hp=4b7db8fe6346dce46302692bad87de265fa89648;hpb=bac72fcaa876137ab7a5630e0c1badc2a627dce8;p=helm.git diff --git a/helm/gTopLevel/proofEngine.mli b/helm/gTopLevel/proofEngine.mli index 4b7db8fe6..58a9a3695 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 : MQIConn.handle -> 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 -*)