Skip to content

Commit d9c9646

Browse files
committed
Remove Any.reduce.
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
1 parent b0b7dcc commit d9c9646

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

doc/Type/Any.pod6

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -658,13 +658,6 @@ L«C<List.squish>|/type/List#routine_squish» on it.
658658
659659
say Any.squish; # OUTPUT: «((Any))␤»
660660
661-
=head2 method reduce
662-
663-
Defined As:
664-
665-
method reduce(&with --> Nil)
666-
667-
TODO
668661
669662
=head2 method permutations
670663

0 commit comments

Comments
 (0)