]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matitaTypes.ml
preliminary support for hbugs
[helm.git] / matita / matitaTypes.ml
index 239ec6c823af485c91925fdf1d3aca5694e7ef4d..791713e56a4b5e13f2fa302cf7c87dac52796c6d 100644 (file)
@@ -40,10 +40,11 @@ type abouts =
   
 type mathViewer_entry =
   [ `About of abouts  (* current proof *)
-  | `Check of string (* term *)
+  | `Check of string  (* term *)
   | `Cic of Cic.term * Cic.metasenv
   | `Development of string
-  | `Dir of string (* "directory" in cic uris namespace *)
+  | `Dir of string  (* "directory" in cic uris namespace *)
+  | `HBugs of [ `Tutors ] (* list of available HBugs tutors *)
   | `Metadata of [ `Deps of [`Fwd | `Back] * UriManager.uri ]
   | `Uri of UriManager.uri (* cic object uri *)
   | `Whelp of string * UriManager.uri list (* query and results *)
@@ -58,6 +59,7 @@ let string_of_entry = function
   | `Cic (_, _) -> "term:"
   | `Development d -> "devel:/" ^ d
   | `Dir uri -> uri
+  | `HBugs `Tutors -> "hbugs:/tutors/"
   | `Metadata meta ->
       "metadata:/" ^
       (match meta with