package uucp

  1. Overview
  2. Docs

Name and name alias properties.

References

Names

val name : 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 : Format.formatter -> alias_tag -> unit

pp_alias_tag t prints an unspecified representation of t on ppf.

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

name_alias u is u's Name_Alias property.