Module Tezos_raw_protocol_002_PsYLVpVv.Time_repr
include module type of struct include Tezos_protocol_environment_002_PsYLVpVv.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 to_seconds : t -> int64val of_notation : string -> t optionval of_notation_exn : string -> tval to_notation : t -> stringval of_seconds : string -> time optionval to_seconds_string : time -> string