package irmin-test

  1. Overview
  2. Docs
type hash = Hash.t
val hash_t : hash Irmin.Type.t
type t
val t : t Irmin.Type.t
type node_key = hash
val node_key_t : node_key Irmin.Type.t
type commit_key = hash
val commit_key_t : commit_key Irmin.Type.t
module Info : sig ... end
val v : info:Info.t -> node:node_key -> parents:commit_key list -> t
val node : t -> node_key
val parents : t -> commit_key list
val info : t -> Info.t