]> matita.cs.unibo.it Git - helm.git/blobdiff - components/urimanager/uriManager.mli
Huge commit for the release. Includes:
[helm.git] / components / urimanager / uriManager.mli
index 8250cc83963dc058a0672c3d35d208617a0d920e..1b8317816f434817986e771a1d63efbddd9f7f7a 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, *)