X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2FmatitaTypes.mli;h=75fca5049a650621a0f98a9ba8b515275e4172fa;hb=f8b4eb67c2437f7b5174d7dca46e102e0ac0d19d;hp=9cb7ac984d0fd29b336038904dc75dfa481c206e;hpb=0fde70bd19b8fdfa72b807b9713a02ad1bd91b5b;p=helm.git diff --git a/matita/matita/matitaTypes.mli b/matita/matita/matitaTypes.mli index 9cb7ac984..75fca5049 100644 --- a/matita/matita/matitaTypes.mli +++ b/matita/matita/matitaTypes.mli @@ -33,20 +33,8 @@ type mathViewer_entry = | `Check of string | `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