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
Gives the error: function argument 'x' must have a type
Instead I'd expect it to say: argument 'f' of 'Foo#bar' must be (Int32 -> Int32), not (Int32 -> Float64) or even better, something like return type must be Int32
The text was updated successfully, but these errors were encountered:
The following code:
Gives the error:
function argument 'x' must have a type
Instead I'd expect it to say:
argument 'f' of 'Foo#bar' must be (Int32 -> Int32), not (Int32 -> Float64)
or even better, something likereturn type must be Int32
The text was updated successfully, but these errors were encountered: