package irmin-unix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = value
type metadata = Metadata.t
type hash = key
type step = Path.step
type value = [
  1. | `Contents of hash * metadata
  2. | `Node of hash
]
val v : (step * value) list -> t
val list : ?offset:int -> ?length:int -> t -> (step * value) list
val empty : t
val is_empty : t -> bool
val length : t -> int
val find : t -> step -> value option
val add : t -> step -> value -> t
val remove : t -> step -> t
val t : t Irmin__.Type.t
val default : metadata
val metadata_t : metadata Irmin__.Type.t
val hash_t : hash Irmin__.Type.t
val step_t : step Irmin__.Type.t
val value_t : value Irmin__.Type.t
OCaml

Innovation. Community. Security.