package irmin

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Mtime end
type span = Mtime.span
module Span = Mtime.Span
type t = Mtime.t
val to_uint64_ns : t -> int64
val of_uint64_ns : int64 -> t
val min_stamp : t
val max_stamp : t
val equal : t -> t -> bool
val compare : t -> t -> int
val is_earlier : t -> than:t -> bool
val is_later : t -> than:t -> bool
val span : t -> t -> span
val add_span : t -> span -> t option
val sub_span : t -> span -> t option
val pp : Stdlib.Format.formatter -> t -> unit
val dump : Stdlib.Format.formatter -> t -> unit
val span_to_s : Mtime.span -> float
val span_to_us : Mtime.span -> float
OCaml

Innovation. Community. Security.