lambda-method - Factor Documentation

lambda-method


Vocabulary
locals .definitions

Definition
USING: generic ;

IN: locals.definitions

PREDICATE: lambda-method < method lambda-word? ;


Methods
USING: definitions kernel locals.definitions ;

M: lambda-method definer drop \ M:: \ ; ;


USING: accessors definitions locals.definitions words ;

M: lambda-method definition "lambda" word-prop body>> ;


USING: generic kernel locals.definitions words ;

M: lambda-method reset-word
[ M\ lambda-method reset-word (call-next-method) ]
[ "lambda" remove-word-prop ] bi ;


USING: effects kernel locals.definitions prettyprint.backend see
words ;

M: lambda-method synopsis*
dup dup dup definer. "method-class" word-prop pprint-word
"method-generic" word-prop pprint-word
method-stack-effect effect>string comment. ;

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