Module Tezos_raw_protocol_002_PsYLVpVv.Time_reprSource
include module type of struct include Tezos_protocol_environment_002_PsYLVpVv.Time end
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_notation : string -> t optionval of_notation_exn : string -> tval to_notation : t -> string