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
Sometimes a type may just be unknown, e.g. when accessing a value of a row. In this case, we currently use Any? as the result. However, it is useful to specifically express this with an unknown type.
Desired solution
Add a new type that is expressed with the keyword unknown. This is already used to express unknown default values.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Sometimes a type may just be
unknown
, e.g. when accessing a value of a row. In this case, we currently useAny?
as the result. However, it is useful to specifically express this with an unknown type.Desired solution
Add a new type that is expressed with the keyword
unknown
. This is already used to express unknown default values.Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: