Consistbl
Consistency tables: for checking consistency of module CRCs
- Provided by: ocaml-man (Version: 4.08.1-8)
- Source: ocaml
- Report a bug
Consistency tables: for checking consistency of module CRCs
Module Consistbl
Module Consistbl
: sig end
Consistency tables: for checking consistency of module CRCs
Warning: this module is unstable and part of Compiler_libs .
type t
val create : unit -> t
val clear : t -> unit
val check : t -> string -> Digest.t -> string -> unit
val check_noadd : t -> string -> Digest.t -> string -> unit
val set : t -> string -> Digest.t -> string -> unit
val source : t -> string -> string
val extract : string list -> t -> (string * Digest.t option) list
val filter : (string -> bool) -> t -> unit
exception Inconsistency of string * string * string
exception Not_available of string