X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FmatitaTypes.mli;h=34e98cc1ad112899f5d8452798a3f4832f84490e;hb=11b2157bacf59cfc561c2ef6f92ee41ee2c1a006;hp=67655c921e449e68106976f7bbda2dea8b556e0f;hpb=5c1b44dfefa085fbb56e23047652d3650be9d855;p=helm.git diff --git a/helm/software/matita/matitaTypes.mli b/helm/software/matita/matitaTypes.mli index 67655c921..34e98cc1a 100644 --- a/helm/software/matita/matitaTypes.mli +++ b/helm/software/matita/matitaTypes.mli @@ -25,7 +25,8 @@ exception Cancel -type abouts = [ `Blank | `Current_proof | `Us | `Coercions | `CoercionsFull] +type abouts = [ `Blank | `Current_proof | `Us | `Coercions + | `CoercionsFull | `TeX | `Grammar] type mathViewer_entry = [ `About of abouts @@ -35,7 +36,10 @@ type mathViewer_entry = | `HBugs of [ `Tutors ] | `Metadata of [ `Deps of [`Fwd | `Back] * UriManager.uri ] | `Uri of UriManager.uri - | `Whelp of string * UriManager.uri list ] + | `NRef of NReference.reference + | `Whelp of string * UriManager.uri list + | `Univs of UriManager.uri + ] val string_of_entry : mathViewer_entry -> string val entry_of_string : string -> mathViewer_entry