X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fmatita%2FmatitaTypes.mli;h=4dfb7c790df36908d1f417a4a8a8237581b22ec8;hb=765eb07cafb8a06a5027f4569ad06d805aba2488;hp=c2e3f40ed3a87e0633d4ec16d777371972255133;hpb=894c3e4038c93b484896e81132eae55046e47605;p=helm.git diff --git a/helm/software/matita/matitaTypes.mli b/helm/software/matita/matitaTypes.mli index c2e3f40ed..4dfb7c790 100644 --- a/helm/software/matita/matitaTypes.mli +++ b/helm/software/matita/matitaTypes.mli @@ -25,18 +25,20 @@ exception Cancel -type abouts = [ `Blank | `Current_proof | `Us | `Coercions] +type abouts = [ `Blank | `Current_proof | `Us | `Coercions + | `CoercionsFull | `TeX | `Grammar] type mathViewer_entry = [ `About of abouts | `Check of string | `Cic of Cic.term * Cic.metasenv - | `Development of string | `Dir of string | `HBugs of [ `Tutors ] | `Metadata of [ `Deps of [`Fwd | `Back] * UriManager.uri ] | `Uri of UriManager.uri - | `Whelp of string * UriManager.uri list ] + | `Whelp of string * UriManager.uri list + | `Univs of UriManager.uri + ] val string_of_entry : mathViewer_entry -> string val entry_of_string : string -> mathViewer_entry