GroupDisposition Type
What the generator does with one group's types (O7). `Inline` is decided but not yet built; it arrives with demand-driven resolution.
Union cases
| Union case |
Description
|
|
Resolve identity only; a name the table carries renders as its destination - a binding somebody already wrote by hand - and every other name of the group widens.
|
Full Usage:
Reference
|
Resolve identity only; references render as the group's templated module name, on the contract that a `ship` run of that group (ours or anyone's) produces those names. |
Full Usage:
Ship
|
Resolve fully and emit the group's declarations. Always the entry package's mode. |
Full Usage:
Widen
|
Resolve identity only; references widen to `obj` with a finding. The default for non-entry groups until the shipped compiler-lib package exists. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsMap
Returns: bool
|
|
Full Usage:
this.IsReference
Returns: bool
|
|
Full Usage:
this.IsShip
Returns: bool
|
|
Full Usage:
this.IsWiden
Returns: bool
|
|