Argument matching

David Mandelin dmandelin at mozilla.com
Fri May 9 10:58:29 PDT 2008


Lars Hansen wrote:
> I would expect excess arguments to typed functions to be ignored
> silently,
> as they can be picked up by 'arguments' inside the function.
>
>   
Is there any possibility of making whether a function takes extra 
arguments part of its type? It seems kind of unfortunate not to be able 
to report an error when too many args are given, which is a pretty 
common mistake and usually indicates a bug.

Dave



More information about the Es4-discuss mailing list