Re: [svn:perl6-synopsis] r13487 - doc/trunk/design/syn

2006-11-30 Thread Larry Wall
On Thu, Nov 30, 2006 at 09:43:40AM +0100, TSa wrote: : HaloO, : : [EMAIL PROTECTED] wrote: : >$_ $xType of Match ImpliedMatching Code : >== = == : >+ Set Set members identicalmatch if $_ === $x : > + Ar

Re: [svn:perl6-synopsis] r13487 - doc/trunk/design/syn

2006-11-30 Thread TSa
HaloO, [EMAIL PROTECTED] wrote: $_ $xType of Match ImpliedMatching Code == = == + Set Set members identicalmatch if $_ === $x > + Array Set array equivalent to set match if Set($_) === $x I

Re: [svn:perl6-synopsis] r13487 - doc/trunk/design/syn

2006-11-29 Thread Smylers
[EMAIL PROTECTED] writes: > Log: > More entries in smartmatch table. > > +++ doc/trunk/design/syn/S03.pod Wed Nov 29 09:20:50 2006 > +HashHash hash keys identical match if $_.keys === $x.keys > +HashSet members identicalmatch if $_.keys === $x > +S