fix-slot-names ( assoc -- assoc )


Vocabulary
inspector.private

Definition
IN: inspector.private

GENERIC: fix-slot-names ( assoc -- assoc )


Methods
USING: assocs inspector.private ;

M: assoc fix-slot-names >alist ;


USING: assocs inspector.private kernel mirrors ;

M: mirror fix-slot-names
[ [ slot-name boa ] dip ] { } assoc-map-as ;