]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/matitaTypes.mli
Huge commit with several changes:
[helm.git] / helm / software / matita / matitaTypes.mli
index 37917d56667bff3dff49c1278face1bf839d5aaa..34e98cc1ad112899f5d8452798a3f4832f84490e 100644 (file)
 
 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
   | `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