]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic/cicUtil.mli
more strings to UriManager.uri
[helm.git] / helm / ocaml / cic / cicUtil.mli
index 0b6e2242addebd57c9f9d027173c454372e5cd80..a64a983f7c3033ca60afb792bc345fecec7e4828 100644 (file)
@@ -41,9 +41,8 @@ val strip_prods: int -> Cic.term -> Cic.term
 
 (** conversions between terms which are fully representable as uris (Var, Const,
  * Mutind, and MutConstruct) and corresponding tree representations *)
-(*CSC: horrible: the strings are URIs. To change also DisambiguateTypes.* *)
-val term_of_uri: string -> Cic.term (** @raise UriManager.IllFormedUri *)
-val uri_of_term: Cic.term -> string (** @raise Invalid_argument "uri_of_term" *)
+val term_of_uri: UriManager.uri -> Cic.term (** @raise UriManager.IllFormedUri *)
+val uri_of_term: Cic.term -> UriManager.uri (** @raise Invalid_argument "uri_of_term" *)
 
 (*
   (** packing/unpacking of several terms into a single one *)