X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FmatitaTypes.mli;h=ecc78a629085d54df4c3325cb90930d84c37c36c;hb=021fd04f3bf776eeb4b8da45b3c7103ebabd789d;hp=37917d56667bff3dff49c1278face1bf839d5aaa;hpb=9b80b9daef18036e1b4a1de1abf502c1efe7ab2e;p=helm.git diff --git a/helm/software/matita/matitaTypes.mli b/helm/software/matita/matitaTypes.mli index 37917d566..ecc78a629 100644 --- a/helm/software/matita/matitaTypes.mli +++ b/helm/software/matita/matitaTypes.mli @@ -25,16 +25,22 @@ 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 + | `NCic of NCic.term * NCic.context * NCic.metasenv * NCic.substitution | `Dir of string + | `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