package irmin-mirage

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

Parameters

Signature

Commit info creators

val f : author:string -> ('a, Stdlib.Format.formatter, unit, Info.f) Stdlib.format4 -> 'a

f ~author msg is a new commit info with author as commit author, C.now_d_ps () as commit date and msg as commit message.