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