Module Tezos_raw_protocol_005_PsBABY5H.Time_repr
include module type of struct include Tezos_protocol_environment_005_PsBABY5H.Time end
val (<>) : t -> t -> bool
val (<=) : t -> t -> bool
val (>=) : t -> t -> bool
val compare : t -> t -> int
val equal : t -> t -> bool
val add : t -> int64 -> t
val diff : t -> t -> int64
val to_seconds : t -> int64
val of_notation : string -> t option
val of_notation_exn : string -> t
val to_notation : t -> string
val of_seconds : string -> time option
val to_seconds_string : time -> string