]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matitaTypes.mli
- transcript: now outputs includes and coercions correctly
[helm.git] / matita / matitaTypes.mli
index 78e0c25415a788907de205a24930049f5576679c..c2e3f40ed3a87e0633d4ec16d777371972255133 100644 (file)
@@ -31,7 +31,10 @@ 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 ]