Module Uucp.Age

type t = [
  1. | `Unassigned
  2. | `Version of int * int
]
val compare : t -> t -> int
val pp : Format.formatter -> t -> unit
val age : Uchar.t -> t