Merge pull request 'val size is part of mirage_kv.RO since 5.0.0, no need to specially export it' (#16) from no-need-for-size into main

Reviewed-on: https://git.robur.io/robur/git-kv/pulls/16
This commit is contained in:
dinosaure 2022-10-21 09:09:26 +00:00
commit 9c02126c7d

View file

@ -68,6 +68,4 @@ module Make (Pclock : Mirage_clock.PCLOCK) : sig
| `Hash_not_found of Digestif.SHA1.t
| `Reference_not_found of Git.Reference.t
| Mirage_kv.write_error ]
val size : t -> key -> (int, error) result Lwt.t
end