Re: relationship between slurpy parameters and named args?

2005-12-28 Thread Stuart Cook
On 29/12/05, Austin Frank <[EMAIL PROTECTED]> wrote: > So, is there a conceptual connection between imposing named argument > interpretation on pairs in an arg list and slurping up the end of a > parameter list? Are there other meanings of prefix:<*> that relate to > one or the other of these two

relationship between slurpy parameters and named args?

2005-12-28 Thread Austin Frank
Hello all! In reading S06 from the svn repository I had some questions about the use of prefix:<*> in different contexts. When used in an argument list, it forces pairs to be interpreted as named args. When used in a parameter list, it causes slurpiness. It seems to me like these are relat