1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Parameters
module Info : Irmin.Info.S
module C : Mirage_clock.PCLOCK
Signature
Commit info creators
val f : author:string -> ( 'a, Format.formatter, unit, Info.f ) 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.