]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaScript.mli
added chronometer
[helm.git] / helm / matita / matitaScript.mli
index 2529376f1880b7e3effb524b06ffd5e5002ff675..df3ec4e1e358a840b62096f9420f457d0713d3c1 100644 (file)
@@ -61,7 +61,13 @@ object
 
 end
 
-val script: buffer:GText.buffer -> init:MatitaTypes.status -> unit -> script
+val script: 
+  buffer:GText.buffer -> 
+  init:MatitaTypes.status -> 
+  mathviewer: MatitaTypes.mathViewer-> 
+  urichooser: (string list -> string list) -> 
+  unit -> 
+    script
 
 (* each time script above is called an internal ref is set, instance will return
  * the value of this ref *)