On Wed, 2016-04-06 at 16:24, Didier Verna <[email protected]> wrote: > I think the section on functions in the user manual should be fixed in > two places: > > - it says "The types of keyword arguments can be made explicit as > follows" which is misleading because, IIUC, every function parameter > can have an explicit type.
Maybe a reference to the later sections should be made here or the type-ing moved to the later section. > - in the end, it says "None of the examples given here provide any type > annotations on their arguments" which is wrong. This statement should be relaxed but is needed for the next sentence. A pull request is most welcome ;-). Easiest is if you go to: https://github.com/JuliaLang/julia/blob/master/doc/manual/functions.rst and click on the little pencil.
