]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/binaries/probe/matitaList.ml
auxiliary executables (xoa, matitadep, probe, matex) ported to dune
[helm.git] / matita / components / binaries / probe / matitaList.ml
index d4ea3e584e6c10d90e46ef17b644e071d835a842..e00f0c76c359c179ebe13d82711d7f41750bfbde 100644 (file)
@@ -11,7 +11,6 @@
 
 module A = Array
 module F = Filename
-module P = Printf
 module S = String
 module Y = Sys
 
@@ -21,6 +20,7 @@ module H  = HExtlib
 
 module O = Options
 module E = Engine
+module X = Error
 
 let chop_extension file =
   try F.chop_extension file
@@ -88,8 +88,8 @@ let from_uri base devel uri =
     let file = mk_file path in
     if Y.file_exists (F.concat base file) then
       scan_entry (is_script devel) base devel file
-    else E.missing path
-  else E.unsupported protocol
+    else X.missing path
+  else X.unsupported protocol
 
 let from_string base devel s =
   from_uri base devel (U.uri_of_string s)