Skip to content

Commit

Permalink
Remove Any.reduce.
Browse files Browse the repository at this point in the history
Apparently there is no method reduce in Any:

Any.reduce;
Cannot resolve caller reduce(Any: ); none of these signatures match:
    ($: &with, *%_)

This should not hurt, since reduce was marked as a TODO item.

Documentation comes from the source of Any shipped with
Rakudo version 2017.11 built on MoarVM version 2017.11

See issue #1731
  • Loading branch information
fluca1978 committed Jan 25, 2018
1 parent b0b7dcc commit d9c9646
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions doc/Type/Any.pod6
Expand Up @@ -658,13 +658,6 @@ L«C<List.squish>|/type/List#routine_squish» on it.
say Any.squish; # OUTPUT: «((Any))␤»
=head2 method reduce
Defined As:
method reduce(&with --> Nil)
TODO
=head2 method permutations
Expand Down

0 comments on commit d9c9646

Please sign in to comment.