]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic/cicUtil.mli
Big commit and major code clean-up:
[helm.git] / helm / ocaml / cic / cicUtil.mli
index 0bf193e7d6e21bbf4c2ff486b623e7333d0eac43..d45078fcdf69ca3d910c49f64a2a8d7951109db2 100644 (file)
@@ -41,6 +41,7 @@ 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" *)