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
The keys() functions extension does not inherit from FilterFunction and define its argument/return types.
We probably need to return a special "Nothing" value that plays nicely with contains and in, then return that if keys() is passed a non-mapping argument.
The text was updated successfully, but these errors were encountered:
The
keys()
functions extension does not inherit fromFilterFunction
and define its argument/return types.We probably need to return a special "Nothing" value that plays nicely with
contains
andin
, then return that ifkeys()
is passed a non-mapping argument.The text was updated successfully, but these errors were encountered: