depends-on ( word how -- ) - Factor Documentation

depends-on ( word how -- )


Vocabulary
stack-checker .dependencies

Inputs
word an object
how an object


Outputs
None

Definition
USING: assocs kernel namespaces words ;

IN: stack-checker.dependencies

: depends-on ( word how -- )
over primitive?
[ 2drop ] [
dependencies get
[ swap [ strongest-dependency ] curry change-at ]
[ 2drop ] if*
] if ;

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