Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
+slurpy needs a decont, not a .list
  • Loading branch information
TimToady committed Sep 16, 2015
1 parent 3c0cd8a commit 0091cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/List.pm
Expand Up @@ -218,7 +218,7 @@ my class List does Iterable does Positional { # declared in BOOTSTRAP
my $no-sink := nqp::push(future, nqp::iscont(consider)
?? consider
!! nqp::istype(consider, Iterable) && consider.DEFINITE
?? consider.list.Slip
?? nqp::decont(consider)
!! consider);
}

Expand Down

0 comments on commit 0091cee

Please sign in to comment.