irmin-client.jsoo
Make.Status
irmin-client
irmin-client.unix
type t = [
| `Branch of branch
| `Commit of commit
| `Empty
]
val t : repo -> t Irmin__.Type.t
val pp : t Fmt.t