Fixtype of package names.
This is a product type introduced by fty::defprod.
The grammar rule for package-name in [JLS14:6.5] defines a package name as a dot-separated non-empty sequence of identifiers.
We formalize this as a list of identifiers, and we tag that (via fty::defprod) so that it can be distinguished from other lists of identifiers.