Module Uucp.Age

Age property.

Age property

type t = [
  1. | `Unassigned
  2. | `Version of int * int
]

The type for character age.

val compare : t -> t -> int

compare a a' is Stdlib.compare a a'

val pp : Stdlib.Format.formatter -> t -> unit

pp ppf a prints an unspecified representation of a on ppf.

val age : Stdlib.Uchar.t -> t

age u is u's Age property.