This commit is contained in:
Robby Findler 2021-02-20 13:47:02 -06:00
parent cff766ab84
commit 3d2eeba6a4

View File

@ -1397,7 +1397,7 @@ Raises an error if the input list contains more than 256 elements.
@index["in-rearrangements"]{Returns} a sequence of all permutations of the input list. It is
equivalent to @racket[(in-list (permutations l))] but much faster since
it builds the permutations one-by-one on each iteration
it builds the permutations one-by-one on each iteration.
Raises an error if the input list contains more than 256 elements.}