]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/matitaTypes.mli
update in groud_2 and models
[helm.git] / helm / software / matita / matitaTypes.mli
index f220a848a7d0dfbcfbdea9a03f91f16f441e330a..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
@@ -51,6 +51,6 @@ class type mathViewer =
     method show_uri_list :
       ?reuse:bool -> entry:mathViewer_entry -> UriManager.uri list -> unit
     method screenshot: 
-      GrafiteTypes.status -> int * NCic.conjecture -> NCic.metasenv ->
+      GrafiteTypes.status -> NCic.metasenv -> NCic.metasenv ->
         NCic.substitution -> string -> unit
   end