irmin-git.unix
Ref.Status
irmin-git
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