The name for data types is usually a sequence of uppercase letters, where each letter is the initial letter of a word in the description of the data type.
If a reasonable description of the data type can be given by only one word then the name of the data type is a capitalized abbreviation of this word.
According to our ``Simulated Package Principle'' (see Section 2) each function name has to carry a tag that identifies for which data domain the function can be applied. This tag corresponds to the name of the data type but is lowercase.