Fix equivalent code in perlsyn for Array~~Hash
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 24 Mar 2009 13:16:15 +0000 (14:16 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 24 Mar 2009 13:16:15 +0000 (14:16 +0100)
commitfc8390768718c75e7007d3afdce4bc61fb3ea97b
tree54391630223a32e6213b5ad9427fd52fbfc0628c
parentda9849c509b34ed24c215ecae6a458108a733936
Fix equivalent code in perlsyn for Array~~Hash

It's an "any", not an "all". The synopsis 3 for Perl 6 has this code :
when $_ is an Array, and X is a Hash, $_ ~~ X means X.{any @$_}:exists.
Note that the implementation is right already (and was right in 5.10).
pod/perlsyn.pod