octez-internal-libs.irmin
Of_backend.Status
irmin_data
irmin_mem
irmin_pack_mem
irmin_pack_unix
octez-internal-libs.irmin_pack
octez-internal-libs.irmin_test_helpers
ppx_irmin
ppx_irmin_internal
ppx_irmin_internal_lib
type t = [
| `Empty
| `Branch of branch
| `Commit of commit
]
The type for store status.
val t : repo -> t Type.t
t is the value type for t.
t
val pp : t Fmt.t
pp is the pretty-printer for store status.
pp