package irmin-pack

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

Module X.CommitSource

Sourcemodule Value : sig ... end
Sourcemodule Pack_value : sig ... end
Sourcemodule CA : sig ... end
Sourcetype 'a t = 'a Node.t * 'a CA.t
Sourcetype key = CA.key
Sourcetype value = CA.value
Sourceval mem : [> Irmin.Perms.read ] t -> key -> bool Lwt.t
Sourceval find : [> Irmin.Perms.read ] t -> key -> value option Lwt.t
Sourceval close : 'a t -> unit Lwt.t
Sourcetype hash = CA.hash
Sourceval add : [> Irmin.Perms.write ] t -> value -> key Lwt.t
Sourceval unsafe_add : [> Irmin.Perms.write ] t -> hash -> value -> key Lwt.t
Sourceval index : [> Irmin.Perms.read ] t -> hash -> key option Lwt.t
Sourceval batch : Irmin.Perms.read t -> ([ `Read | `Write ] t -> 'a Lwt.t) -> 'a Lwt.t
Sourcemodule Key : sig ... end
Sourcemodule Info : sig ... end
Sourcemodule Val : sig ... end
Sourcemodule Hash : sig ... end
Sourcemodule Node : sig ... end
Sourceval merge : [> Irmin.Perms.read_write ] t -> info:Info.f -> key option Irmin.Merge.t
OCaml

Innovation. Community. Security.