X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fcomponents%2Fbinaries%2Fprobe%2FmatitaList.ml;h=95250b26c13a65888f4af69635227353b7afcd1c;hp=d4ea3e584e6c10d90e46ef17b644e071d835a842;hb=ea99a55173ebdcfe60f3b3d6f6c979f5d7785d48;hpb=42fb6dce8110e29ccf233c09e6d6b1d58d9e5fef diff --git a/matita/components/binaries/probe/matitaList.ml b/matita/components/binaries/probe/matitaList.ml index d4ea3e584..95250b26c 100644 --- a/matita/components/binaries/probe/matitaList.ml +++ b/matita/components/binaries/probe/matitaList.ml @@ -21,6 +21,7 @@ module H = HExtlib module O = Options module E = Engine +module X = Error let chop_extension file = try F.chop_extension file @@ -88,8 +89,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)