]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaScript.mli
Bug fixed: macros in the middle of a goto cursor or goto end-of-script were
[helm.git] / helm / matita / matitaScript.mli
index c9e60943ba3f961a5c3ec56bbbc47aa59babf7b3..edebcf322204da1e9fd5d3883afd6e4b9b5bd8c3 100644 (file)
@@ -23,6 +23,8 @@
  * http://helm.cs.unibo.it/
  *)
 
+exception NoUnfinishedProof
+
 class type script =
 object
 
@@ -66,7 +68,7 @@ object
   method stack: Continuationals.Stack.t       (** @raise Statement_error *)
 
   method setGoal: int -> unit
-  method goal: int
+  method goal: int option
 
   (** end of script, true if the whole script has been executed *)
   method eos: bool