]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/proofEngine.mli
ocaml 3.09 transition
[helm.git] / helm / gTopLevel / proofEngine.mli
index 4b7db8fe6346dce46302692bad87de265fa89648..a38a0294761e48abe3da94fe666732eef7234f30 100644 (file)
@@ -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
-*)