<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2017-04-01 12:32 GMT+02:00 Ivan Lazar Miljenovic <span dir="ltr"><<a href="mailto:ivan.miljenovic@gmail.com" target="_blank">ivan.miljenovic@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">[...] The name of the length function is misleading for such instances<br>
(with all respect to Tony, agreed; but see above); I don't think I've<br>
seen anyone else complain about any of the other function names<br>
though. [...]<br></blockquote><div><br></div><div>OK, hereby I officially complain about the other stuff which makes no sense for tuples:</div><div><br></div><div>   maximum (3,2)   =>   2</div><div>   minimum (4,5)   => 5</div><div>   sum (6,7)   =>   7</div><div>   product (8,9)   =>   9</div><div><br></div><div>Consistent? Yes. Is it really something you expect? No. Do you want this during refactoring? Definitely not.</div></div></div></div>