X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaScript.mli;h=cbdfb286bbdef58e8d0eb54448a7776a483afd1a;hb=b60666721441e676081a6e3b2f436b23dbcdae0f;hp=af1c68cc350d58c74cd5839e0f28c8895edfc116;hpb=6fa3a1e91d8a1e647775ca101255633ba265a9f2;p=helm.git diff --git a/helm/matita/matitaScript.mli b/helm/matita/matitaScript.mli index af1c68cc3..cbdfb286b 100644 --- a/helm/matita/matitaScript.mli +++ b/helm/matita/matitaScript.mli @@ -39,6 +39,7 @@ object method retract : unit -> unit method goto: [`Top | `Bottom | `Cursor] -> unit -> unit method reset: unit -> unit + method template: unit -> unit (** {2 Load/save} *) @@ -57,6 +58,9 @@ object method setGoal: int -> unit + (** end of script, true if the whole script has been executed *) + method eos: bool + (* debug *) method dump : unit -> unit