-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decide on the type annotation for non return functions #3411
Comments
vote
|
vote
|
I think I was partly wrong in saying that |
Well this argument explicitly asks all function defs to be typed ;) |
Yes, but I always assumed that no return type annotation implies |
No, no annotation implies |
The definitions bellow are equivalent:
We need to pick one to keep the style consistent.
The text was updated successfully, but these errors were encountered: