]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matitaScript.mli
acic_procedural and tactics removed
[helm.git] / matita / matita / matitaScript.mli
index e1369617dc91823f70f4646d9856c11335917ce2..85c4e767a862b95f60627a95f408450c2e249c7d 100644 (file)
@@ -63,12 +63,6 @@ object
 
   (** {2 Current proof} (if any) *)
 
-  (** @return true if there is an ongoing proof, false otherise *)
-  method onGoingProof: unit -> bool
-
-  method proofMetasenv: Cic.metasenv          (** @raise Statement_error *)
-  method proofContext: Cic.context            (** @raise Statement_error *)
-  method proofConclusion: Cic.term            (** @raise Statement_error *)
   method stack: Continuationals.Stack.t       (** @raise Statement_error *)
 
   method setGoal: int option -> unit