Module Kv_hash.Nv_map_ss_intf
General non-volatile map from string to string
type op= string * [ `Insert of string | `Delete ]Operations are insert: (k,`Insert v), or delete: (k,`Delete)
module type S = sig ... endKv_hash.Nv_map_ss_intfGeneral non-volatile map from string to string
type op = string * [ `Insert of string | `Delete ]Operations are insert: (k,`Insert v), or delete: (k,`Delete)
module type S = sig ... end