92
Why make it complicated?
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
well, the
: String
is supposed to be optional right? type inference should know what it is. In truth though, return type polymorphism makes us write more type annotations than I would like.