Actually, the second example needs to declare the ...
# getting-started
m
Actually, the second example needs to declare the type of the lambda argument so that type inference can work properly. Removing that as well would result in a compiler error.