package irmin-client

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

Parameters

module I : Irmin.Info.S

Signature

include Irmin.Info.S with type t = I.t
type author = string
val author_t : author Irmin__.Type.t
type message = string
val message_t : message Irmin__.Type.t
type t = I.t
val t : t Irmin__.Type.t
val date : t -> int64
val author : t -> author
val message : t -> message
val empty : t
type f = unit -> t
val none : f
val init : ?author:string -> ?message:string -> int64 -> t
val v : ?author:string -> ('b, Stdlib.Format.formatter, unit, f) Stdlib.format4 -> 'b
OCaml

Innovation. Community. Security.