Module Key_value_database

module Monad : sig ... end
module Intf : sig ... end
module Make_mock (Key : Core_kernel.Hashable.S) (Value : sig ... end) : Intf.Mock with type t = Value.t Key.Table.t and type key := Key.t and type value := Value.t and type config := unit