condomize? ( obj -- ? )


Vocabulary
macros.expander

Definition
IN: macros.expander

GENERIC: condomize? ( obj -- ? )


Methods
USING: arrays macros.expander sequences ;

M: array condomize? [ condomize? ] any? ;


USING: macros.expander quotations sequences ;

M: callable condomize? [ condomize? ] any? ;


USING: kernel locals.types macros.expander ;

M: lambda condomize? drop t ;


USING: kernel macros.expander ;

M: object condomize? drop f ;