Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[src/classes/List.pir] C<> clarification
  • Loading branch information
Carl Masak committed Jun 1, 2009
1 parent 2044332 commit a0d09b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/List.pir
Expand Up @@ -215,7 +215,7 @@ layer. It will likely change substantially when we have lazy lists.
$I0 = isa elem, 'Perl6Scalar'
if $I0 goto flat_next
# always treat a Junction, Role and Whatever as one item, whether they can !flatten or not
# XXX this is due to can giving dubious answers due to auto-thread/pun/closure creation
# XXX this is due to C<can> giving dubious answers due to auto-thread/pun/closure creation
$I0 = isa elem, 'Junction'
if $I0 goto flat_next
$I0 = isa elem, 'Whatever'
Expand Down

0 comments on commit a0d09b3

Please sign in to comment.