Module Bucket_store.Bucket_store0
Standard instance; other instances for testing
type raw_bucket= Bucket.Bucket0.ttype t= Make_with_fd(Kv_hash__.Bucket.Bucket0).t={fn : string;fd : Unix.file_descr;mutable closed : bool;}type bucket= Make_with_fd(Kv_hash__.Bucket.Bucket0).bucket={index : int;raw_bucket : Bucket.Bucket0.t;}