Revert "Temporary patch for assoc-map on linked-assoc"

This reverts commit b54bffd748815ecbc5ffac11a14e59f73a5a3978.
db4
John Benediktsson 2014-04-27 15:24:12 -07:00
parent e6301c4cd2
commit 2bb483bc5c
1 changed files with 0 additions and 6 deletions

View File

@ -48,12 +48,6 @@ M: linked-assoc clear-assoc
M: linked-assoc clone
[ assoc>> clone ] [ dlist>> clone ] bi linked-assoc boa ;
: >linked-assoc ( assoc -- linked-assoc )
>alist [ <linked-hash> ] dip assoc-union! ;
M: linked-assoc assoc-like
drop dup linked-assoc? [ >linked-assoc ] unless ; inline
INSTANCE: linked-assoc assoc
: >linked-hash ( assoc -- assoc )