]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/cicMathView.mli
1. Method screenshot moved to CicMathView where it belongs to.
[helm.git] / matita / matita / cicMathView.mli
index 260452bd5fed2d7a7f9d4215488c0faa86b569b5..80e6bc8862407dd944001b2704129c1344ce7b78 100644 (file)
@@ -59,3 +59,9 @@ val cicMathView :
 
 val empty_mathml: document_element Lazy.t
 val closed_goal_mathml: document_element Lazy.t
+
+val screenshot: 
+ GrafiteTypes.status -> NCic.metasenv -> NCic.metasenv ->
+  NCic.substitution -> string -> unit
+
+val register_matita_script_current: (unit -> < advance: unit; onGoingProf: bool; metasenv: NCic.metasenv >) -> unit