Carl (>), Pm (>>), Carl (>>>): > > > Same goes for Undef, which should arguably also be able to output > > > .values, I think. > > > > Perl 6 doesn't have C<Undef>. > > What I guess I meant was that the following shouldn't happen either: > > $ perl6 -e 'my $x; say $x.values' > Method '!flatten' not found for invocant of class 'Undef' > [...]
Oh, and it doesn't anymore as of r35404. :) Nevermind.