Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Metadata
provides base functions for node metadata.
type t = metadata
The type for metadata.
val t : t Irmin.Type.t
t
is the value type for t
.
val merge : t Irmin.Merge.t
merge
is the merge function for metadata.
val default : t
The default metadata to attach, for APIs that don't care about metadata.