P
Peter Hansen
David said:In that context, it's allowed multiple times, but in some other contexts
it's not:
...
File "<stdin>", line 1
SyntaxError: duplicate argument '_' in function definition
Uh, okay... and does Ocaml allow duplicating argument
names in whatever it has that passes for a function
definition? This is all a reach from the original
point of the thread, which was to use it as a throw-away
control variable in a for loop...
-Peter