Slices
type t = sliceThe type for slices.
type contents = Contents.key * Contents.valueThe type for exported contents.
type node = Node.key * Node.valueThe type for exported nodes.
type commit = Commit.key * Commit.valueThe type for exported commits.
The type for exported values.
Value Types
val t : t Irmin.Type.tt is the value type for t.
val contents_t : contents Irmin.Type.tcontent_t is the value type for contents.
val node_t : node Irmin.Type.tnode_t is the value type for node.
val commit_t : commit Irmin.Type.tcommit_t is the value type for commit.
val value_t : value Irmin.Type.tvalue_t is the value type for value.