lint ( obj -- seq ) - Factor Documentation

lint ( obj -- seq )


Vocabulary
lint .private

Inputs
obj an object


Outputs
seq an object


Definition
IN: lint.private

GENERIC: lint ( obj -- seq )


Methods
USING: kernel lint.private namespaces quotations sequences ;

M: callable lint
lint-definitions-keys get-global [ subseq-of? ] with filter
;


USING: kernel lint.private ;

M: object lint drop f ;


USING: accessors lint.private quotations sequences
sequences.deep words ;

M: word lint
def>> [ callable? ] deep-filter [ lint ] map concat ;

AltStyle によって変換されたページ (->オリジナル) /