Module Zarr.Http

module type S = sig ... end
module type C = sig ... end
module Make (IO : Types.IO) (C : C with type 'a io = 'a IO.t) : S with type 'a io := 'a IO.t