You can search for identifiers within the package.
in-package search v0.2.0
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