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
It's odd that the type must be specified when using null values.
Suggestion is to add a new type and change the typing logic so that any null type can be assigned to any other type. Support for the null type should not be needed as it should bnever be used in any type declarations. It's only a typechecking type.
When assigning null to a value that doesn't already have a type, you still need to specify type.
The text was updated successfully, but these errors were encountered:
It's odd that the type must be specified when using null values.
Suggestion is to add a new type and change the typing logic so that any null type can be assigned to any other type. Support for the null type should not be needed as it should bnever be used in any type declarations. It's only a typechecking type.
When assigning null to a value that doesn't already have a type, you still need to specify type.
The text was updated successfully, but these errors were encountered: