package irmin-mirage-git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type -'a t
type key = Val.hash
type value
val mem : [> Irmin__.Import.read ] t -> key -> bool Lwt.t
val find : [> Irmin__.Import.read ] t -> key -> value option Lwt.t
val add : [> Irmin__.Import.write ] t -> value -> key Lwt.t
val unsafe_add : [> Irmin__.Import.write ] t -> key -> value -> unit Lwt.t
val clear : 'a t -> unit Lwt.t
module Path : sig ... end
val merge : [> Irmin__.Import.read_write ] t -> key option Irmin__.Merge.t
module Key : sig ... end
module Metadata : sig ... end
module Val : sig ... end
module Contents : sig ... end
OCaml

Innovation. Community. Security.