]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/matitaTypes.mli
Proof simplified (??).
[helm.git] / helm / software / matita / matitaTypes.mli
index ecc78a629085d54df4c3325cb90930d84c37c36c..6d672a1238a01217b45142b4dc18cbc567308b94 100644 (file)
@@ -26,7 +26,7 @@
 exception Cancel
 
 type abouts = [ `Blank | `Current_proof | `Us | `Coercions 
- | `CoercionsFull | `TeX | `Grammar]
+ | `CoercionsFull | `TeX | `Grammar | `Hints]
 
 type mathViewer_entry =
   [ `About of abouts
@@ -50,4 +50,7 @@ class type mathViewer =
     method show_entry : ?reuse:bool -> mathViewer_entry -> unit
     method show_uri_list :
       ?reuse:bool -> entry:mathViewer_entry -> UriManager.uri list -> unit
+    method screenshot: 
+      GrafiteTypes.status -> NCic.metasenv -> NCic.metasenv ->
+        NCic.substitution -> string -> unit
   end