Revert "Temporary patch for assoc-map on linked-assoc"
This reverts commit b54bffd748815ecbc5ffac11a14e59f73a5a3978.db4
parent
e6301c4cd2
commit
2bb483bc5c
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue