= 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
val t : t Irmin.Type.t
val metadata_t : metadata Irmin.Type.t
type contents_key = hash
val contents_key_t : contents_key Irmin.Type.t
type node_key = hash
val node_key_t : node_key Irmin.Type.t
val step_t : step Irmin.Type.t
val value_t : value Irmin.Type.t
val hash_t : hash Irmin.Type.t
val empty : unit -> t
val is_empty : t -> bool
val length : t -> int
val clear : t -> unit
module Metadata : sig ... end
val merge :
contents:contents_key option Irmin.Merge.t ->
node:node_key option Irmin.Merge.t ->
t Irmin.Merge.t
val proof_t : proof Irmin.Type.t