X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fmatita%2FmatitaScript.mli;h=8eb6d8dd9afc0d44596d6bde9c696a0c0249d033;hb=da59a744767c799ad287489c55f2ff972f93d93c;hp=edebcf322204da1e9fd5d3883afd6e4b9b5bd8c3;hpb=e66e67d2f9f2772d63a7457e386f9616f62a2f39;p=helm.git diff --git a/helm/matita/matitaScript.mli b/helm/matita/matitaScript.mli index edebcf322..8eb6d8dd9 100644 --- a/helm/matita/matitaScript.mli +++ b/helm/matita/matitaScript.mli @@ -67,7 +67,7 @@ object method proofConclusion: Cic.term (** @raise Statement_error *) method stack: Continuationals.Stack.t (** @raise Statement_error *) - method setGoal: int -> unit + method setGoal: int option -> unit method goal: int option (** end of script, true if the whole script has been executed *)