]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/library/librarian.mli
librarian: improved error detection, bug fix in time comparison functions: now the...
[helm.git] / helm / software / components / library / librarian.mli
index c682579c2352845cb4886cf87d462a6d291a94e7..f448e52b554f72e9578cf95261d0a5e7a789ee62 100644 (file)
@@ -90,5 +90,13 @@ 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
+
+val debug: bool ref
+
+val time_stamp: string -> unit