Module Uucp.Name

Name and name alias properties.

References.

Names

val name : Stdlib.Uchar.t -> string

name u is u's Name property.

Name aliases

type alias_tag = [
  1. | `Abbreviation
  2. | `Alternate
  3. | `Control
  4. | `Correction
  5. | `Figment
]
val pp_alias_tag : Stdlib.Format.formatter -> alias_tag -> unit

pp_alias_tag t prints an unspecified representation of t on ppf.

val name_alias : Stdlib.Uchar.t -> (alias_tag * string) list

name_alias u is u's Name_Alias property.