package irmin-mirage-git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type -'a t
type key = Hash.t
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
val merge : [> Irmin__.Import.read_write ] t -> info:Irmin__.Info.f -> key option Irmin__.Merge.t
module Key : sig ... end
module Val : sig ... end
module Node : sig ... end
OCaml

Innovation. Community. Security.