Module Consistbl.Make
Parameters
Signature
type t
val create : unit -> tval clear : t -> unitval check : t -> Module_name.t -> Stdlib.Digest.t -> Misc.filepath -> unitval check_noadd : t -> Module_name.t -> Stdlib.Digest.t -> Misc.filepath -> unitval set : t -> Module_name.t -> Stdlib.Digest.t -> Misc.filepath -> unitval source : t -> Module_name.t -> Misc.filepathval filter : (Module_name.t -> bool) -> t -> unit
exception Inconsistency of Module_name.t * Misc.filepath * Misc.filepathexception Not_available of Module_name.t