Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
indent fudge directive
  • Loading branch information
dwarring committed Jul 21, 2014
1 parent 512b47f commit dc1d29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/advent2009-day23.t
Expand Up @@ -70,7 +70,7 @@ is @all-nodes, ["c", "b", "d", "a", "e"], 'In order tree traversal with gather/t
my @powers-of-two = 1, 2, 4 ... *; # geometric seq
is @powers-of-two[7], 128, 'powers of two';

#?rakudo skip "lists aren't properly lazy in Rakudo yet"
#?rakudo skip "lists aren't properly lazy in Rakudo yet"
my @squares-of-odd-numbers = map { $_ * $_ }, @odd-numbers;

sub enumerate-positive-rationals() { # with duplicates, but still
Expand Down

0 comments on commit dc1d29b

Please sign in to comment.