]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matitaTypes.mli
update in basic_2 and static_2
[helm.git] / matita / matita / matitaTypes.mli
index ec3048f6798dd3716203231c9560648144501e35..75fca5049a650621a0f98a9ba8b515275e4172fa 100644 (file)
@@ -31,23 +31,10 @@ type abouts = [ `Blank | `Current_proof | `Us | `Coercions
 type mathViewer_entry =
   [ `About of abouts
   | `Check of string
-  | `Cic of Cic.term * Cic.metasenv
   | `NCic of NCic.term * NCic.context * NCic.metasenv * NCic.substitution
   | `Dir of string
-  | `Uri of UriManager.uri
   | `NRef of NReference.reference
-  | `Univs of UriManager.uri
   ]
 
 val string_of_entry : mathViewer_entry -> string
 val entry_of_string : string -> mathViewer_entry
-
-class type mathViewer =
-  object
-    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