On Wed Dec 24 07:35:47 2008, dwh...@nvidia.com wrote: > (rakudo 34337) > > Examples: > > sub foo( $x where { $_ eq "x" } ) { say "X" } > x("x") > > works, but > > sub foo( $x where "x" ) { say "X" } > sub foo( $x where /x/ ) { say "X" }
Now also work as of git 0f87695. Plus added tests. Thanks, Jonathan