Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix &take losing list character of items
  • Loading branch information
sorear committed Jan 4, 2011
1 parent 7e32c33 commit 25fdee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SAFE.setting
Expand Up @@ -894,7 +894,7 @@ sub _gather($fr) {
&infix:<,>(GatherIterator.RAWCREATE("frame", $fr, "reify", Any)).list
}

sub take($p) { # should be \|$p
sub take(\$p) { # should be \|$p
Q:CgOp { (take (l $p)) }
}
Expand Down

0 comments on commit 25fdee0

Please sign in to comment.