Module Tezos_raw_protocol_007_PsDELPH1.Time_repr
include module type of struct include Tezos_protocol_environment_007_PsDELPH1.Time end
val (<>) : t -> t -> boolval (<=) : t -> t -> boolval (>=) : t -> t -> boolval compare : t -> t -> intval equal : t -> t -> boolval add : t -> int64 -> tval diff : t -> t -> int64val of_seconds : int64 -> tval to_seconds : t -> int64val of_notation : string -> t optionval of_notation_exn : string -> tval to_notation : t -> stringval of_seconds_string : string -> time optionval to_seconds_string : time -> string