]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/getter/http_getter_storage.ml
Porting to ocaml 5
[helm.git] / matita / components / getter / http_getter_storage.ml
index 4ff552a4bf77ceea7f44520bd9a5b353028c16f0..be5cad2a9a579acee141a498546fa860e6c18f83 100644 (file)
@@ -70,7 +70,7 @@ let normalize_root uri =  (* add trailing slash to roots *)
   with Invalid_argument _ -> uri
 
 let remove_duplicates l =
-  Http_getter_misc.list_uniq (List.stable_sort Pervasives.compare l)
+  Http_getter_misc.list_uniq (List.stable_sort Stdlib.compare l)
 
 let has_rdonly l =  List.exists ((=) `Read_only) l
 let has_legacy l =  List.exists ((=) `Legacy) l