]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaMathView.mli
attached macros: hint(partial), check
[helm.git] / helm / matita / matitaMathView.mli
index da187a7c5988d340890e2e1511c4167988b47ecb..e26352dadb1fbaab7dcc9601cc4e3078d68389aa 100644 (file)
@@ -59,16 +59,11 @@ 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 loadTerm: MatitaTypes.term_source -> unit
 end
 
 (** {2 Constructors} *)
@@ -105,3 +100,5 @@ val refresh_all_browsers: unit -> unit
 val sequentViewer_instance: unit -> sequentViewer
 val sequentsViewer_instance: unit -> sequentsViewer
 
+val mathViewer: unit -> MatitaTypes.mathViewer
+