G.Refval list : t -> (Reference.t * hash) list Lwt.tval mem : t -> Reference.t -> bool Lwt.tval read : t -> Reference.t -> (Reference.contents, error) Stdlib.result Lwt.tval resolve : t -> Reference.t -> (hash, error) Stdlib.result Lwt.tval write :
t ->
Reference.t ->
Reference.contents ->
(unit, error) Stdlib.result Lwt.tval remove : t -> Reference.t -> (unit, error) Stdlib.result Lwt.t