package irmin-containers

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

Time specifies a source of timestamps. Timestamps must be monotonic for the data structures to function properly.

module type S = sig ... end

Signature for the timestamps

module Machine : S

A timestamp method using system-specific monotonic clocks (as provided by the Mtime package).