make struct-mirror an instance of assoc
parent
c480bec303
commit
366946348c
|
@ -116,3 +116,5 @@ M: struct-mirror >alist ( mirror -- alist )
|
|||
] bi append ;
|
||||
|
||||
M: struct make-mirror <struct-mirror> ;
|
||||
|
||||
INSTANCE: struct-mirror assoc
|
||||
|
|
Loading…
Reference in New Issue