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
That Infer produces a type of type ActionWildcard = "*"[]. While that's correct, it's overly permissive given the size constraints. Instead, we could use something like this:
Consider the following:
That
Infer
produces a type oftype ActionWildcard = "*"[]
. While that's correct, it's overly permissive given thesize
constraints. Instead, we could use something like this:And the
Infer
result could then be:That would be much more restrictive and true to the intent of the use of
size
.The text was updated successfully, but these errors were encountered: