package irmin-mirage-git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = slice
type contents = Contents.key * Contents.value
type node = Node.key * Node.value
type commit = Commit.key * Commit.value
type value = [
  1. | `Commit of commit
  2. | `Contents of contents
  3. | `Node of node
]
val empty : unit -> t Lwt.t
val add : t -> value -> unit Lwt.t
val iter : t -> (value -> unit Lwt.t) -> unit Lwt.t
val t : t Irmin__.Type.t
val contents_t : contents Irmin__.Type.t
val node_t : node Irmin__.Type.t
val commit_t : commit Irmin__.Type.t
val value_t : value Irmin__.Type.t
OCaml

Innovation. Community. Security.