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 infers that the context has to have a :callback field of type function:
{
:callback (-> .... number a)
}
but what's the full type of that function? the function is called in the same context itself, so the inferred type for the code would be a recursive context.
The text was updated successfully, but these errors were encountered:
The following code fails to type
It infers that the context has to have a
:callback
field of type function:but what's the full type of that function? the function is called in the same context itself, so the inferred type for the code would be a recursive context.
The text was updated successfully, but these errors were encountered: