]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaMathView.ml
attached macros: hint(partial), check
[helm.git] / helm / matita / matitaMathView.ml
index addf9763cc2350125be11b57792f8d41d1a5f506..05f5246e5518bbfbe50de186a51f7376faea3d7c 100644 (file)
@@ -511,3 +511,8 @@ let default_sequentsViewer () =
   sequentsViewer ~notebook:gui#main#sequentsNotebook ~sequentViewer ()
 let sequentsViewer_instance = MatitaMisc.singleton default_sequentsViewer
 
+
+let mathViewer () = 
+  object 
+    method show_term t = (cicBrowser ()) # loadTerm t
+  end