-
-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reify all literal types #11
Comments
These reified types could also brings way to call constructors, and even in a "data-driven" way (spreading vector/map). |
Types are rarely used in Dart APIs so we could consider changing the evaluation of a class name from a |
|
Another use-case: object to map conversion ( |
|
A Flutter class using |
All classes appearing as literals should be reified so has to allow for a true
instance?
function and multimethods hierarchies (#3).Methods exposed by a reify type should allow to test if an instance is of this type and if a type is a subtype of another.
Subtyping matrix can be determined statically and only needs to cover types appearing as literals.
The text was updated successfully, but these errors were encountered: