Store.Status
type t = [
| `Empty
| `Branch of branch
| `Commit of commit
]
The type for store status.
val t : repo -> t Irmin.Type.t
t is the value type for t.
t
val pp : t Fmt.t
pp is the pretty-printer for store status.
pp