Skip to content

Commit 97761a0

Browse files
authored
Remove &eager sub form
This removes the &eager sub, which does not seem to exist. (There's an .eager method and an eager statement prefix, but no sub)
1 parent c712268 commit 97761a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/Type/List.pod6

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,6 @@ Examples:
837837
Defined as:
838838
839839
multi method eager(List:D: --> List:D)
840-
multi sub eager(*@elems --> List:D)
841840
842841
Evaluates all elements in the C<List> eagerly, and returns them as a C<List>.
843842

0 commit comments

Comments
 (0)