make struct-mirror an instance of assoc
parent
b1ba82c84f
commit
57a40bc703
|
|
@ -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