Move to Static Dispatch in place of Abilities #7458
Labels
can
Relates to the Canonicalization compiler stage
E-high
Relative effort to fix expected to be high
type checking
Relates to type checking compiler stage
Milestone
Static dispatch is a golang-like paradigm for discovery of functions that act on a given type at compile time. This will greatly simplify our trait-like code to simply use functions instead of having to define abilities.
Zulip discussion
proposal
The text was updated successfully, but these errors were encountered: