package irmin-test

  1. Overview
  2. Docs
type hash = Hash.t
val hash_t : hash Irmin__.Type.t
type t = Irmin__Commit.Make(Hash).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
OCaml

Innovation. Community. Security.