You can search for identifiers within the package.
in-package search v0.2.0
type t =
| Commit_v1
| Commit_v2
| Contents
| Inode_v1_unstable
| Inode_v1_stable
| Inode_v2_root
| Inode_v2_nonroot
| Dangling_parent_commit
val t : t Irmin.Type.t
val all : t list
val to_enum : t -> int
val to_magic : t -> char
val of_magic_exn : char -> t
val pp : t Fmt.t
val length_header_exn : t -> [ `Varint ] option
Raises an exception on Contents, as the availability of a length header is user defined.
Contents