Module Tezos_protocol_environment_006_PsCARTHA.TimeSource
type t = Tezos_base.TzPervasives.Time.Protocol.tval (<>) : 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 -> string