]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/library/librarian.mli
comparison function fixed
[helm.git] / helm / software / components / library / librarian.mli
index e7b6df521aaff07fe08b57d1fa2be9eabbdcf90d..0c74f3ea5cc7fd28c8988ef6d7edbfbe52229599 100644 (file)
@@ -74,7 +74,6 @@ module type Format =
     val mtime_of_source_object: source_object -> float option
     val mtime_of_target_object: target_object -> float option
     val is_readonly_buri_of: options -> source_object -> bool
-    val dotdothack: source_object -> source_object 
   end
 
 module Make :
@@ -91,7 +90,7 @@ 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 ***********************************************************************)