]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/txon/txon.factor
assocs: rename assoc-combine/refine to assoc-union-all/intersect-all
[factor.git] / extra / txon / txon.factor
index e39616a624a920a6bb502984c56baf7cd8b8d614..7bdfcec510e144fb6b07facf0fd737f59745afaa 100644 (file)
@@ -46,7 +46,7 @@ DEFER: name/values
 
 : name/values ( string -- remain terms )
     [ dup { [ empty? not ] [ first CHAR: ` = not ] } 1&& ]
-    [ name=value ] produce assoc-combine ;
+    [ name=value ] produce assoc-union-all ;
 
 : parse-txon ( string -- objects )
     [ dup empty? not ] [ name=value ] produce nip ;