module Age:sig
..end
typet =
[ `Unassigned | `Version of int * int ]
val compare : t -> t -> int
compare a a'
is Pervasives.compare a a'
val pp : Format.formatter -> t -> unit
pp ppf a
prints an unspecified representation of a
on ppf
.val age : Uucp.uchar -> t