Fix infinite recursion
parent
a9333780a0
commit
6b3db4f05d
|
@ -65,6 +65,8 @@ M: attrs set-at
|
|||
|
||||
M: attrs assoc-size length ;
|
||||
M: attrs new-assoc drop V{ } new <attrs> ;
|
||||
M: attrs assoc-find >r delegate r> assoc-find ;
|
||||
M: attrs >alist delegate >alist ;
|
||||
|
||||
: >attrs ( assoc -- attrs )
|
||||
V{ } assoc-clone-like
|
||||
|
|
Loading…
Reference in New Issue