1
0
Fork 0

Fix alist implementation

Missed the general object case (notably `f`) for root node.
master
Michael Raitza 2020-02-24 16:26:43 +01:00
parent 7c61cdf984
commit 642aaf718c
1 changed files with 2 additions and 0 deletions

View File

@ -240,6 +240,8 @@ M: cb new-assoc
GENERIC: (cb-node>alist) ( node -- )
M: object (cb-node>alist) drop ;
M: node (cb-node>alist)
entry, ;