Module Name
A ModuleName represents the canonical name of an Avail module. A canonical name is specified relative to an Avail module root and has the form R/X/Y/Z, where R is a module root on the Avail module path, X is a package within R, Y is a package within X, and Z is a module or package within Y.
Author
Todd L Smith
Parameters
qualified Name
A fully-qualified module name.
is Rename
Whether module resolution followed a renaming rule.
Throws
If the argument was malformed.
Inheritors
Constructors
Properties
Link copied to clipboard
The fully-qualified package name of the ModuleName.
Link copied to clipboard
The fully-qualified module name.
Link copied to clipboard
The lazily-initialized root-relative ModuleName. This is the fully-qualified name minus the rootName.