package ocaml-base-compiler

  1. Overview
  2. Docs
Official release 5.0.0

Install

Dune Dependency

Authors

Maintainers

Sources

5.0.0.tar.gz
sha256=72fa3d0ba19b82fcb9e6c62e0090b9d22e5905c4be0f94faf56904a9377a9e5b

doc/compiler-libs.common/Persistent_env/Consistbl/index.html

Module Persistent_env.Consistbl

val create : unit -> t
val clear : t -> unit
val check : t -> Misc.Stdlib.String.t -> Digest.t -> Misc.filepath -> unit
val check_noadd : t -> Misc.Stdlib.String.t -> Digest.t -> Misc.filepath -> unit
val set : t -> Misc.Stdlib.String.t -> Digest.t -> Misc.filepath -> unit
val extract : Misc.Stdlib.String.t list -> t -> (Misc.Stdlib.String.t * Digest.t option) list
val filter : (Misc.Stdlib.String.t -> bool) -> t -> unit
exception Inconsistency of {
  1. unit_name : Misc.Stdlib.String.t;
  2. inconsistent_source : string;
  3. original_source : string;
}
exception Not_available of Misc.Stdlib.String.t
OCaml

Innovation. Community. Security.