package apero-time

  1. Overview
  2. Docs
module type Time = sig ... end
include module type of struct include Timestamp end
module Timestamp = Timestamp.Timestamp
module type Clock = sig ... end
include module type of struct include Clock_unix end
module Clock_unix = Clock_unix.Clock_unix
module HLC : sig ... end