Studying e.g. base as an example of Julia style I see that very often the 
type of method arguments is specified, but never the return type.
I assume return type derives from argument type, multiple dispatch and 
applied operations. I predict it sometimes wrongly ( and have to typeof()).

Is it because arguments types are relevant for multiple dispatch, but 
return types not?

Reply via email to