]> matita.cs.unibo.it Git - helm.git/blobdiff - components/urimanager/uriManager.mli
rc-1
[helm.git] / components / urimanager / uriManager.mli
index 8250cc83963dc058a0672c3d35d208617a0d920e..0d4fcb4197555127960f73344fa481d0bac7e070 100644 (file)
@@ -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