X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Furimanager%2FuriManager.mli;h=0d4fcb4197555127960f73344fa481d0bac7e070;hb=refs%2Ftags%2F0.4.95%407852;hp=8250cc83963dc058a0672c3d35d208617a0d920e;hpb=7f2444c2670cadafddd8785b687ef312158376b0;p=helm.git diff --git a/components/urimanager/uriManager.mli b/components/urimanager/uriManager.mli index 8250cc839..0d4fcb419 100644 --- a/components/urimanager/uriManager.mli +++ b/components/urimanager/uriManager.mli @@ -34,6 +34,7 @@ val uri_of_string : string -> uri val string_of_uri : uri -> string (* complete uri *) val name_of_uri : uri -> string (* name only (without extension)*) +val nameext_of_uri : uri -> string (* name only (with extension)*) val buri_of_uri : uri -> string (* base uri only, without trailing '/' *) (* given an uri, returns the uri of the corresponding cic file, *) @@ -66,6 +67,7 @@ val univgraphuri_of_uri : uri -> uri val uri_of_uriref : uri -> int -> int option -> uri module UriSet: Set.S with type elt = uri +(*module UriPairSet: Set.S with type elt = uri * uri*) module UriHashtbl : Hashtbl.S with type key = uri