Revert "assocs-docs: mark assoc-partition and partition as related words"

This reverts commit 892e41c1ce.
char-rename
John Benediktsson 2016-08-10 19:42:41 -07:00
parent 1428619fb7
commit fa5441f70a
1 changed files with 0 additions and 2 deletions

View File

@ -328,8 +328,6 @@ HELP: assoc-partition
}
{ $description "Calls a predicate quotation on each key of the input assoc. If the test yields true, the key/value pair is added to " { $snippet "true-assoc" } "; if false, it's added to " { $snippet "false-assoc" } "." } ;
{ assoc-partition partition } related-words
HELP: assoc-any?
{ $values { "assoc" assoc } { "quot" { $quotation ( ... key value -- ... ? ) } } { "?" boolean } }
{ $description "Tests if the assoc contains an entry satisfying a predicate by applying the quotation to each entry in turn. Iteration stops if an entry is found for which the quotation outputs a true value." } ;