= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package irmin-test
-
irmin-test
-
-
irmin-test.bench
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type hash = Hash.t
val hash_t : hash Irmin.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 parents : t -> commit_key list