Brassaia_eio.StoreBranch-consistent stores: read-write store with support fork/merge operations.
module type S = Store_intf.Smodule type Maker = Store_intf.Makermodule type Json_tree = Store_intf.Json_treemodule type KV = Store_intf.KVmodule type KV_maker = Store_intf.KV_makermodule Generic_key : sig ... endmodule Make
(B : Backend.S) :
Generic_key.S
with module Schema = B.Schema
and type slice = B.Slice.t
and type repo = B.Repo.t
and type contents_key = B.Contents.key
and type node_key = B.Node.key
and type commit_key = B.Commit.key
and module Backend = B