Module Domain


module Domain: sig .. end
Defines a type for internet domain names.


type domain = {
   domain_value : string list; (*A sequence of subdomain identifiers with the TLD written first: for example, ["edu"; "upenn"; "cis"].*)
}
The type of an fully qualified internet domain name.