package irmin-pack

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Backend.SliceSource

Sourceval contents_t : contents Irmin.Type.t
Sourceval commit_t : commit Irmin.Type.t
Sourcetype value = [
  1. | `Commit of commit
  2. | `Contents of contents
  3. | `Node of node
]
Sourceval empty : unit -> t Lwt.t
Sourceval add : t -> value -> unit Lwt.t
Sourceval iter : t -> (value -> unit Lwt.t) -> unit Lwt.t
OCaml

Innovation. Community. Security.