module Conf : sig ... endBackend configuration.
module Watch : sig ... endWatch provides helpers to register event notifications on read-write stores.
module Lock : sig ... endmodule Node : sig ... endNode provides functions to describe the graph-like structured values.
module Commit : sig ... endCommit values represent the store history.
module Slice : sig ... endThe signature for slices.
module Sync = Syncmodule type S = sig ... endThe complete collection of private implementations.