package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
type commit = Commit.Key.t
type branch = Schema.Branch.t
type endpoint = unit
val fetch : t -> ?depth:int -> endpoint -> branch -> (commit option, [ `Msg of string ]) Stdlib.result Lwt.t
val push : t -> ?depth:int -> endpoint -> branch -> (unit, [ `Detached_head | `Msg of string ]) Stdlib.result Lwt.t
val v : 'a -> t Lwt.t