]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matitaTypes.ml
get rid of gragrep, matitamake(Lib) and development windows,
[helm.git] / matita / matitaTypes.ml
index 23d0d832f238947adef0cb875c86b65ddd750af4..0c8952e89777016f954536df2f416895c5d0a6fc 100644 (file)
@@ -43,7 +43,6 @@ type mathViewer_entry =
   [ `About of abouts  (* current proof *)
   | `Check of string  (* term *)
   | `Cic of Cic.term * Cic.metasenv
-  | `Development of string
   | `Dir of string  (* "directory" in cic uris namespace *)
   | `HBugs of [ `Tutors ] (* list of available HBugs tutors *)
   | `Metadata of [ `Deps of [`Fwd | `Back] * UriManager.uri ]
@@ -59,7 +58,6 @@ let string_of_entry = function
   | `About `CoercionsFull -> "about:coercions"
   | `Check _ -> "check:"
   | `Cic (_, _) -> "term:"
-  | `Development d -> "devel:/" ^ d
   | `Dir uri -> uri
   | `HBugs `Tutors -> "hbugs:/tutors/"
   | `Metadata meta ->