Module Consistbl
Consistency tables: for checking consistency of module CRCs
Warning: this module is unstable and part of compiler-libs.
val check : t -> string -> Digest.t -> string -> unitval check_noadd : t -> string -> Digest.t -> string -> unitval set : t -> string -> Digest.t -> string -> unitval source : t -> string -> stringval filter : (string -> bool) -> t -> unitexception Inconsistency of string * string * stringexception Not_available of string