X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fmatita%2FmatitaMathView.mli;h=aa9d38ded1db2a0522b72d2a838081c5b5b7f6dd;hb=aca103d3c3d740efcc0bcc2932922cff77facb49;hp=da187a7c5988d340890e2e1511c4167988b47ecb;hpb=de9a83f286eee12117fb478ea2db18f7faebac9a;p=helm.git diff --git a/helm/matita/matitaMathView.mli b/helm/matita/matitaMathView.mli index da187a7c5..aa9d38ded 100644 --- a/helm/matita/matitaMathView.mli +++ b/helm/matita/matitaMathView.mli @@ -59,16 +59,12 @@ class type sequentsViewer = exception Browser_failure of string -type term_source = - [ `Ast of DisambiguateTypes.term - | `Cic of Cic.term * Cic.metasenv - | `String of string - ] class type cicBrowser = object - method loadUri: string -> unit - method loadTerm: term_source -> unit + method load: MatitaTypes.mathViewer_entry -> unit + (* method loadList: string list -> MatitaTypes.mathViewer_entry -> unit *) + method loadInput: string -> unit end (** {2 Constructors} *) @@ -105,3 +101,5 @@ val refresh_all_browsers: unit -> unit val sequentViewer_instance: unit -> sequentViewer val sequentsViewer_instance: unit -> sequentsViewer +val mathViewer: unit -> MatitaTypes.mathViewer +