Random_access.Object
type t =
| Patch of Patch.t
| Root of Base.t
val get_from_absolute_offset : ztmp:Cstruct.t -> zwin:Inflate.window -> ?chunk:int -> ?htmp:Cstruct.t -> Cstruct.t -> pack -> int64 -> (t, error) Stdlib.result Lwt.t