]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/library/librarian.mli
simplified coercDb implementation with additional info about the position of
[helm.git] / helm / software / components / library / librarian.mli
index c682579c2352845cb4886cf87d462a6d291a94e7..0c74f3ea5cc7fd28c8988ef6d7edbfbe52229599 100644 (file)
@@ -90,5 +90,9 @@ module Make :
  * state that plus.ma needs nat and equality
  *)
 val load_deps_file: string -> (string * string list) list
-val write_deps_file: string -> (string * string list) list -> unit
+val write_deps_file: string option -> (string * string list) list -> unit
 
+(* FG ***********************************************************************)
+
+(* true if the argunent starts with a uri scheme prefix *)
+val is_uri: string -> bool