]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/interface/getter.ml
http_getter reimplemented from scratch
[helm.git] / helm / interface / getter.ml
index 21c1901a183722c4b2ac040964827f7353c4e06f..39af104ccb3e38de26d64ec5e500d1e84cea7627 100644 (file)
@@ -115,8 +115,8 @@ let get uri =
  let module U = UriManager in
   get_file
    (U.uri_of_string
-    (Str.replace_first (Str.regexp "\.ann$") ""
-     (Str.replace_first (Str.regexp "\.types$") "" (U.string_of_uri uri))))
+    (Str.replace_first (Str.regexp "\.types$") ""
+     (Str.replace_first (Str.regexp "\.ann$") "" (U.string_of_uri uri))))
 ;;
 
 (* get_ann : uri -> filename *)