]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matitaTypes.mli
tagging rc-1
[helm.git] / matita / matitaTypes.mli
index be77c4435104b182f230a122ebcab5274a9d1d65..c71c99dcc9adc1eea9ad23a780eca3113baa3ce7 100644 (file)
 
 exception Cancel
 
-type abouts = [ `Blank | `Current_proof | `Us ]
+type abouts = [ `Blank | `Current_proof | `Us | `Coercions | `CoercionsFull]
 
 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 ]