]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaMathView.mli
andrea.ma removed (superseded by match.ma)
[helm.git] / helm / matita / matitaMathView.mli
index e26352dadb1fbaab7dcc9601cc4e3078d68389aa..b11befe4eb9f6ea89bcadf58590188ac566b1103 100644 (file)
@@ -59,11 +59,11 @@ class type sequentsViewer =
 
 exception Browser_failure of string
 
-
 class type cicBrowser =
 object
-  method loadUri: string -> unit
-  method loadTerm: MatitaTypes.term_source -> unit
+  method load: MatitaTypes.mathViewer_entry -> unit
+  (* method loadList: string list -> MatitaTypes.mathViewer_entry -> unit *)
+  method loadInput: string -> unit
 end
 
 (** {2 Constructors} *)