package ocaml-base-compiler

  1. Overview
  2. Docs
Official release 4.07.1

Install

Dune Dependency

Authors

Maintainers

Sources

4.07.1.tar.gz
sha256=83683ddad54bd23773591a9f757e702fa5cfa2ea1b124d8fe75a73729e592bfe
md5=352fe8d46cb238a26aa10c38bad6ecb6

doc/ocamlcommon/Consistbl/index.html

Module Consistbl

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
OCaml

Innovation. Community. Security.