Schema.Commitmodule Node_key : sig ... endmodule Commit_key : sig ... endval t : t Irmin__.Type.ttype node_key = Node_key.tType for node keys.
val node_key_t : node_key Irmin__.Type.ttype commit_key = Commit_key.tType for commit keys.
val commit_key_t : commit_key Irmin__.Type.tval v : info:Info.t -> node:node_key -> parents:commit_key list -> tCreate a commit.
val parents : t -> commit_key listThe commit parents.