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