]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nReference.mli
nuri_of_ouri, ouri_of_nuri, reference_of_ouri, ouri_of_reference moved
[helm.git] / helm / software / components / ng_kernel / nReference.mli
index b73239465691af895fde32b484385e5bfb505e2e..7f43c13e799cd3af071c6a6a0223941ac48c9cef 100644 (file)
@@ -25,13 +25,9 @@ type reference = private Ref of int *  NUri.uri * spec
 
 val eq: reference -> reference -> bool
 val string_of_reference: reference -> string 
+val reference_of_string: string -> reference
 
 (* given the reference of an inductive type, returns the i-th contructor *)
 val mk_constructor: int -> reference -> reference
 val mk_fix: int -> int -> reference -> reference
 val mk_cofix: int -> reference -> reference
-
-
-(* CACCA *)
-val reference_of_ouri: UriManager.uri -> spec ->  reference
-val ouri_of_reference: reference -> UriManager.uri