package uucp

  1. Overview
  2. Docs

Module Uucp.AgeSource

Age property.

Age property

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

The type for character age.

Sourceval compare : t -> t -> int

compare a a' is Stdlib.compare a a'

Sourceval pp : Format.formatter -> t -> unit

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

Sourceval age : Uchar.t -> t

age u is u's Age property.