You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement multi-dispatch operators. Partial support is in place in parser but needs to be carried through the type-checker and runtime. Note support for literal value dispatch as well. Note we have restrictions on the dispatch structure (described in the language docs).
type-checker
runtime
literal value as well as type dispatch
The text was updated successfully, but these errors were encountered:
Implement multi-dispatch operators. Partial support is in place in parser but needs to be carried through the type-checker and runtime. Note support for literal value dispatch as well. Note we have restrictions on the dispatch structure (described in the language docs).
The text was updated successfully, but these errors were encountered: