X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FmatitaTypes.ml;h=239ec6c823af485c91925fdf1d3aca5694e7ef4d;hb=5cda0ce4c05ede99ad05312d5c9da047978a6898;hp=177cfb3af42ac179331ffc07ddb524c88d68b3fd;hpb=9b80b9daef18036e1b4a1de1abf502c1efe7ab2e;p=helm.git diff --git a/helm/software/matita/matitaTypes.ml b/helm/software/matita/matitaTypes.ml index 177cfb3af..239ec6c82 100644 --- a/helm/software/matita/matitaTypes.ml +++ b/helm/software/matita/matitaTypes.ml @@ -42,6 +42,7 @@ 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 *) | `Metadata of [ `Deps of [`Fwd | `Back] * UriManager.uri ] | `Uri of UriManager.uri (* cic object uri *) @@ -55,6 +56,7 @@ let string_of_entry = function | `About `Coercions -> "about:coercions" | `Check _ -> "check:" | `Cic (_, _) -> "term:" + | `Development d -> "devel:/" ^ d | `Dir uri -> uri | `Metadata meta -> "metadata:/" ^