package irmin-http

  1. Overview
  2. Docs

HTTP helpers

val irmin_version : string
type 'a set = {
  1. test : 'a option;
  2. set : 'a option;
  3. v : 'a option;
}
val status_t : string Irmin.Type.t
val set_t : 'a Irmin.Type.t -> 'a set Irmin.Type.t
val event_t : 'a Irmin.Type.t -> 'b Irmin.Type.t -> ('a * 'b Irmin.Diff.t) Irmin.Type.t
val init_t : 'a Irmin.Type.t -> 'b Irmin.Type.t -> ('a * 'b) Irmin.Type.t