X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2FmatitaTypes.ml;h=0c8952e89777016f954536df2f416895c5d0a6fc;hb=3c7cfd710f472bd56ba430cac8d2fa794eaecfe3;hp=23d0d832f238947adef0cb875c86b65ddd750af4;hpb=fa0347cc0a604ba8743da9479117e1f13ab60482;p=helm.git diff --git a/matita/matitaTypes.ml b/matita/matitaTypes.ml index 23d0d832f..0c8952e89 100644 --- a/matita/matitaTypes.ml +++ b/matita/matitaTypes.ml @@ -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 ->