Tezos_raw_protocol_023_PtSeouLo.Ratio_repr
type t = {
numerator : int;
denominator : int;
}
val encoding : t Tezos_protocol_environment_023_PtSeouLo.Data_encoding.t
val pp : Tezos_protocol_environment_023_PtSeouLo.Format.formatter -> t -> unit