X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaMathView.mli;h=f5acf63497a2c3af8099f44d9e9c4bd36a45e665;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=f4a7241602287db583f01a68071059d8a5425d1a;hpb=5c56a926588a63ceac31e6ddd6e3eeb02fadf3a9;p=helm.git diff --git a/helm/matita/matitaMathView.mli b/helm/matita/matitaMathView.mli index f4a724160..f5acf6349 100644 --- a/helm/matita/matitaMathView.mli +++ b/helm/matita/matitaMathView.mli @@ -40,11 +40,11 @@ type 'widget constructor = val clickableMathView: MatitaGuiTypes.clickableMathView constructor -val sequentViewer: MatitaGuiTypes.sequentViewer constructor +val cicMathView: MatitaGuiTypes.cicMathView constructor val sequentsViewer: notebook:GPack.notebook -> - sequentViewer:MatitaGuiTypes.sequentViewer -> + cicMathView:MatitaGuiTypes.cicMathView -> unit -> MatitaGuiTypes.sequentsViewer @@ -71,7 +71,7 @@ val reset_selections: unit -> unit (** {2 Singleton instances} *) -val sequentViewer_instance: unit -> MatitaGuiTypes.sequentViewer +val cicMathView_instance: unit -> MatitaGuiTypes.cicMathView val sequentsViewer_instance: unit -> MatitaGuiTypes.sequentsViewer val mathViewer: unit -> MatitaTypes.mathViewer