Make_ext.9-Commit
type t
The type for commit values.
type hash = Hash.t
Type for keys.
val v : info:Info.t -> node:hash -> parents:hash list -> t
Create a commit.
val node : t -> hash
The underlying node.
val parents : t -> hash list
The commit parents.
val info : t -> Info.t
The commit info.
val t : t Type.t
t is the value type for t.
t
val hash_t : hash Type.t
hash_t is the value type for hash.
hash_t
hash