]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nReference.ml
Use seed to avoid further name clashes.
[helm.git] / helm / software / components / ng_kernel / nReference.ml
index 4ecf746456504c3475fb206f7bba360aa10d3e7b..2692075e02796a5c3958e066854513d2de720059 100644 (file)
@@ -121,7 +121,7 @@ let mk_constructor j = function
 
 let reference_of_ouri u indinfo =
   let u = NUri.nuri_of_ouri u in
-  reference_of_string (string_of_reference (Ref (~-1,u,indinfo)))
+  reference_of_string (string_of_reference (Ref (max_int,u,indinfo)))
 ;;
 
 let ouri_of_reference (Ref (_,u,_)) = NUri.ouri_of_nuri u;;