]> gitweb.factorcode.org Git - factor.git/blobdiff - core/assocs/assocs-docs.factor
remove at-default. it was hardly used and it's just '?at drop'
[factor.git] / core / assocs / assocs-docs.factor
index e56fedbd26ea63a1709a201d8cddb306b9483333..f971b8971bcf77582dd859590dedfcd3b1b69dfd 100755 (executable)
@@ -66,7 +66,7 @@ ARTICLE: "assocs-lookup" "Lookup and querying of assocs"
 { $see-also at* assoc-size } ;
 
 ARTICLE: "assocs-values" "Transposed assoc operations"
-"Most assoc words take a key and find the corresponding value. The following words take a value and find the corresponding key:"
+"default Most assoc words take a key and find the corresponding value. The following words take a value and find the corresponding key:"
 { $subsection value-at }
 { $subsection value-at* }
 { $subsection value? }
@@ -119,6 +119,7 @@ $nl
 { $subsection assoc-any? }
 { $subsection assoc-all? }
 "Additional combinators:"
+{ $subsection assoc-partition }
 { $subsection cache }
 { $subsection map>assoc }
 { $subsection assoc>map }